Html Css Color HEX #427ED0 Havelock Blue

📋 copy color: '#427ED0'

red 66 ◦ green 126 ◦ blue 208

#427ED0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #427ED0

Tints of Havelock Blue #427ED0

RGB

 RED value IS 66 (26.17% from 255) = 16.5%

 GREEN value IS 126 (49.61% from 255) = 31.5%

 BLUE value IS 208 (81.64% from 255) = 52%

R = 16.5%
G = 31.5%
B = 52%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#427ED0 (or 0x427ED0) is known color: Havelock Blue. HEX triplet: 42, 7E and D0. RGB value is (66,126,208). Sum of RGB (Red+Green+Blue) = 66+126+208=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #427ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ED0 is #BD812F. Grayscale: #757575. Windows color (decimal): -12419376 or 13663810. OLE color: 13663810.

HSL color Cylindrical-coordinate representation of color #427ED0: hue angle of 214.65º degrees, saturation: 0.6, 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 #427ED0 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 126 208 -
CMYK 0.68 0.39 0 0.18
HSL 214.65º 0.6% 0.54% -
HSV(B) 214.65º 0.68% 0.82% -
XYZ 21.09 20.63 62.55 -
YUV 117.41 179.12 91.33 -
System Red Green Blue C M Y K H S L
Decimal 66 126 208 0.68 0.39 0 0.18 214.65 0.6 0.54
Hex 42 7E D0 44 27 0 12 D7 3C 36
Octal 102 176 320 104 47 0 22 327 74 66
Binary 1000010 1111110 11010000 1000100 100111 0 10010 11010111 111100 110110

Color Harmonies of #427ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427ED0

Black with #427ED0

Text Example


Text Example

White with #427ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #427ED0;
 }
 .AnyTagClassName
 {
   color: #427ED0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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