#207EB6

Color #207EB6 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #207EB6

Tints of Curious Blue #207EB6

Color information

#207EB6 (or 0x207EB6) is unknown color: approx Curious Blue. HEX triplet: 20, 7E and B6. RGB value is (32,126,182). Sum of RGB (Red+Green+Blue) = 32+126+182=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 182 (71.48% from 255 or 53.53% from 340); Max value from RGB is 182 - color contains mainly: blue. Hex color #207EB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207EB6 is #DF8149. Grayscale: #676767. Windows color (decimal): -14647626 or 11959840. OLE color: 11959840.

HSL color Cylindrical-coordinate representation of color #207EB6: hue angle of 202.4º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #207EB6 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB32126182-
CMYK0.820.3100.29
HSL202.4º70.09%41.96%-
HSV(B)202.4º82.42%71.37%-
XYZ16.518.6146.98-
YUV104.28171.8676.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 9.41%
GREEN value IS 126 (49.61% from 255) = 37.06%
BLUE value IS 182 (71.48% from 255) = 53.53%
R=9.41%
G=37.06%
B=53.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal321261820.820.3100.29202.470.0941.96
Hex207EB6521F01Dca462a
Octal401762661223703531210652
Binary100000111111010110110101001011111011101110010101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207EB6; }

 p { color: rgb(32,126,182); }

 H1.HeaderClassName
 {
   color: #207EB6;
 }
 .AnyTagClassName
 {
   color: #207EB6;
 }
</style>
background-color css

<style>
 a { background-color: #207EB6; }

 a { background-color: rgb(32,126,182); }

 div.DivClassName
 {
   background-color: #207EB6;
 }
 .BgClassName
 {
   background-color: #207EB6;
 }
</style>
border-color css

<style>
 span { border-color: #207EB6; }

 span { border-color: rgb(32,126,182); }

 td.TdClassName
 {
   border-color: #207EB6;
 }
 .TagClassName
 {
   border-color: #207EB6;
 }
</style>