#207DB4

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

Shades of Curious Blue #207DB4

Tints of Curious Blue #207DB4

Color information

#207DB4 (or 0x207DB4) is unknown color: approx Curious Blue. HEX triplet: 20, 7D and B4. RGB value is (32,125,180). Sum of RGB (Red+Green+Blue) = 32+125+180=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #207DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207DB4 is #DF824B. Grayscale: #676767. Windows color (decimal): -14647884 or 11828512. OLE color: 11828512.

HSL color Cylindrical-coordinate representation of color #207DB4: hue angle of 202.3º 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 #207DB4 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB32125180-
CMYK0.820.3100.29
HSL202.3º69.81%41.57%-
HSV(B)202.3º82.22%70.59%-
XYZ16.1718.2745.85-
YUV103.46171.1977.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.50%
GREEN value IS 125 (49.22% from 255) = 37.09%
BLUE value IS 180 (70.70% from 255) = 53.41%
R=9.50%
G=37.09%
B=53.41%

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
Decimal321251800.820.3100.29202.369.8141.57
Hex207DB4521F01Dca462a
Octal401752641223703531210652
Binary100000111110110110100101001011111011101110010101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,125,180); }

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

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

 a { background-color: rgb(32,125,180); }

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

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

 span { border-color: rgb(32,125,180); }

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