Html Css Color HEX #427ECC Havelock Blue

📋 copy color: '#427ECC'

red 66 ◦ green 126 ◦ blue 204

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

Shades of Havelock Blue #427ECC

Tints of Havelock Blue #427ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 16.67%
G = 31.82%
B = 51.52%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#427ECC (or 0x427ECC) is known color: Havelock Blue. HEX triplet: 42, 7E and CC. RGB value is (66,126,204). Sum of RGB (Red+Green+Blue) = 66+126+204=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #427ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ECC is #BD8133. Grayscale: #747474. Windows color (decimal): -12419380 or 13401666. OLE color: 13401666.

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

Color convert

RGB 66 126 204 -
CMYK 0.68 0.38 0 0.2
HSL 213.91º 0.58% 0.53% -
HSV(B) 213.91º 0.68% 0.8% -
XYZ 20.61 20.44 59.99 -
YUV 116.95 177.12 91.66 -
System Red Green Blue C M Y K H S L
Decimal 66 126 204 0.68 0.38 0 0.2 213.91 0.58 0.53
Hex 42 7E CC 44 26 0 14 D6 3A 35
Octal 102 176 314 104 46 0 24 326 72 65
Binary 1000010 1111110 11001100 1000100 100110 0 10100 11010110 111010 110101

Color Harmonies of #427ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427ECC

Black with #427ECC

Text Example


Text Example

White with #427ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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