#427ED1

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

Shades of Havelock Blue #427ED1

Tints of Havelock Blue #427ED1

Color information

#427ED1 (or 0x427ED1) is unknown color: approx Havelock Blue. HEX triplet: 42, 7E and D1. RGB value is (66,126,209). Sum of RGB (Red+Green+Blue) = 66+126+209=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #427ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ED1 is #BD812E. Grayscale: #757575. Windows color (decimal): -12419375 or 13729346. OLE color: 13729346.

HSL color Cylindrical-coordinate representation of color #427ED1: hue angle of 214.83º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #427ED1 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB66126209-
CMYK0.680.4000.18
HSL214.83º60.85%53.92%-
HSV(B)214.83º68.42%81.96%-
XYZ21.2220.6863.2-
YUV117.52179.6291.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.46%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 209 (82.03% from 255) = 52.12%
R=16.46%
G=31.42%
B=52.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal661262090.680.4000.18214.8360.8553.92
Hex427ED14428012d73d36
Octal102176321104500223277566
Binary1000010111111011010001100010010100001001011010111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,126,209); }

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

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

 a { background-color: rgb(66,126,209); }

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

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

 span { border-color: rgb(66,126,209); }

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