Html Css Color HEX #427CCC Havelock Blue

📋 copy color: '#427CCC'

red 66 ◦ green 124 ◦ blue 204

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

Shades of Havelock Blue #427CCC

Tints of Havelock Blue #427CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.47%

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

R = 16.75%
G = 31.47%
B = 51.78%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#427CCC (or 0x427CCC) is known color: Havelock Blue. HEX triplet: 42, 7C and CC. RGB value is (66,124,204). Sum of RGB (Red+Green+Blue) = 66+124+204=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #427CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CCC is #BD8333. Grayscale: #737373. Windows color (decimal): -12419892 or 13401154. OLE color: 13401154.

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

Color convert

RGB 66 124 204 -
CMYK 0.68 0.39 0 0.2
HSL 214.78º 0.58% 0.53% -
HSV(B) 214.78º 0.68% 0.8% -
XYZ 20.35 19.93 59.9 -
YUV 115.78 177.78 92.5 -
System Red Green Blue C M Y K H S L
Decimal 66 124 204 0.68 0.39 0 0.2 214.78 0.58 0.53
Hex 42 7C CC 44 27 0 14 D7 3A 35
Octal 102 174 314 104 47 0 24 327 72 65
Binary 1000010 1111100 11001100 1000100 100111 0 10100 11010111 111010 110101

Color Harmonies of #427CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427CCC

Black with #427CCC

Text Example


Text Example

White with #427CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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