Html Css Color HEX #427ECD Havelock Blue

📋 copy color: '#427ECD'

red 66 ◦ green 126 ◦ blue 205

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

Shades of Havelock Blue #427ECD

Tints of Havelock Blue #427ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 16.62%
G = 31.74%
B = 51.64%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#427ECD (or 0x427ECD) is known color: Havelock Blue. HEX triplet: 42, 7E and CD. RGB value is (66,126,205). Sum of RGB (Red+Green+Blue) = 66+126+205=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #427ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ECD is #BD8132. Grayscale: #747474. Windows color (decimal): -12419379 or 13467202. OLE color: 13467202.

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

Color convert

RGB 66 126 205 -
CMYK 0.68 0.39 0 0.20
HSL 214.1º 0.58% 0.53% -
HSV(B) 214.1º 0.68% 0.8% -
XYZ 20.73 20.49 60.62 -
YUV 117.07 177.62 91.58 -
System Red Green Blue C M Y K H S L
Decimal 66 126 205 0.68 0.39 0 0.20 214.1 0.58 0.53
Hex 42 7E CD 44 27 0 14 D6 3A 35
Octal 102 176 315 104 47 0 24 326 72 65
Binary 1000010 1111110 11001101 1000100 100111 0 10100 11010110 111010 110101

Color Harmonies of #427ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427ECD

Black with #427ECD

Text Example


Text Example

White with #427ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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