Html Css Color HEX #427BCD Havelock Blue

📋 copy color: '#427BCD'

red 66 ◦ green 123 ◦ blue 205

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

Shades of Havelock Blue #427BCD

Tints of Havelock Blue #427BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.22%

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

R = 16.75%
G = 31.22%
B = 52.03%

CMYK

 C value IS 0.68

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#427BCD (or 0x427BCD) is known color: Havelock Blue. HEX triplet: 42, 7B and CD. RGB value is (66,123,205). Sum of RGB (Red+Green+Blue) = 66+123+205=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #427BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BCD is #BD8432. Grayscale: #727272. Windows color (decimal): -12420147 or 13466434. OLE color: 13466434.

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

Color convert

RGB 66 123 205 -
CMYK 0.68 0.4 0 0.20
HSL 215.4º 0.58% 0.53% -
HSV(B) 215.4º 0.68% 0.8% -
XYZ 20.35 19.73 60.49 -
YUV 115.31 178.62 92.83 -
System Red Green Blue C M Y K H S L
Decimal 66 123 205 0.68 0.4 0 0.20 215.4 0.58 0.53
Hex 42 7B CD 44 28 0 14 D7 3A 35
Octal 102 173 315 104 50 0 24 327 72 65
Binary 1000010 1111011 11001101 1000100 101000 0 10100 11010111 111010 110101

Color Harmonies of #427BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BCD

Black with #427BCD

Text Example


Text Example

White with #427BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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