#427DCB

Color #427DCB Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #427DCB

Tints of Havelock Blue #427DCB

Color information

#427DCB (or 0x427DCB) is unknown color: approx Havelock Blue. HEX triplet: 42, 7D and CB. RGB value is (66,125,203). Sum of RGB (Red+Green+Blue) = 66+125+203=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #427DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DCB is #BD8234. Grayscale: #737373. Windows color (decimal): -12419637 or 13335874. OLE color: 13335874.

HSL color Cylindrical-coordinate representation of color #427DCB: hue angle of 214.16º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #427DCB is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB66125203-
CMYK0.670.3800.20
HSL214.16º56.85%52.75%-
HSV(B)214.16º67.49%79.61%-
XYZ20.3620.1459.31-
YUV116.25176.9592.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.75%
GREEN value IS 125 (49.22% from 255) = 31.73%
BLUE value IS 203 (79.69% from 255) = 51.52%
R=16.75%
G=31.73%
B=51.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal661252030.670.3800.20214.1656.8552.75
Hex427DCB4326014d63935
Octal102175313103460243267165
Binary1000010111110111001011100001110011001010011010110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427DCB; }

 p { color: rgb(66,125,203); }

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

<style>
 a { background-color: #427DCB; }

 a { background-color: rgb(66,125,203); }

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

<style>
 span { border-color: #427DCB; }

 span { border-color: rgb(66,125,203); }

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