Html Css Color HEX #427FCE Havelock Blue

📋 copy color: '#427FCE'

red 66 ◦ green 127 ◦ blue 206

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

Shades of Havelock Blue #427FCE

Tints of Havelock Blue #427FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 31.83%

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

R = 16.54%
G = 31.83%
B = 51.63%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#427FCE (or 0x427FCE) is known color: Havelock Blue. HEX triplet: 42, 7F and CE. RGB value is (66,127,206). Sum of RGB (Red+Green+Blue) = 66+127+206=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #427FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427FCE is #BD8031. Grayscale: #757575. Windows color (decimal): -12419122 or 13532994. OLE color: 13532994.

HSL color Cylindrical-coordinate representation of color #427FCE: hue angle of 213.86º 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 #427FCE is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 127 206 -
CMYK 0.68 0.38 0 0.19
HSL 213.86º 0.59% 0.53% -
HSV(B) 213.86º 0.68% 0.81% -
XYZ 20.98 20.79 61.3 -
YUV 117.77 177.79 91.08 -
System Red Green Blue C M Y K H S L
Decimal 66 127 206 0.68 0.38 0 0.19 213.86 0.59 0.53
Hex 42 7F CE 44 26 0 13 D6 3B 35
Octal 102 177 316 104 46 0 23 326 73 65
Binary 1000010 1111111 11001110 1000100 100110 0 10011 11010110 111011 110101

Color Harmonies of #427FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427FCE

Black with #427FCE

Text Example


Text Example

White with #427FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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