Html Css Color HEX #427ECE Havelock Blue

📋 copy color: '#427ECE'

red 66 ◦ green 126 ◦ blue 206

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

Shades of Havelock Blue #427ECE

Tints of Havelock Blue #427ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 16.58%
G = 31.66%
B = 51.76%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#427ECE (or 0x427ECE) is known color: Havelock Blue. HEX triplet: 42, 7E and CE. RGB value is (66,126,206). Sum of RGB (Red+Green+Blue) = 66+126+206=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #427ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ECE is #BD8131. Grayscale: #747474. Windows color (decimal): -12419378 or 13532738. OLE color: 13532738.

HSL color Cylindrical-coordinate representation of color #427ECE: hue angle of 214.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #427ECE is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 126 206 -
CMYK 0.68 0.39 0 0.19
HSL 214.29º 0.59% 0.53% -
HSV(B) 214.29º 0.68% 0.81% -
XYZ 20.85 20.54 61.26 -
YUV 117.18 178.12 91.5 -
System Red Green Blue C M Y K H S L
Decimal 66 126 206 0.68 0.39 0 0.19 214.29 0.59 0.53
Hex 42 7E CE 44 27 0 13 D6 3B 35
Octal 102 176 316 104 47 0 23 326 73 65
Binary 1000010 1111110 11001110 1000100 100111 0 10011 11010110 111011 110101

Color Harmonies of #427ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427ECE

Black with #427ECE

Text Example


Text Example

White with #427ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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