Html Css Color HEX #427CCD Havelock Blue

📋 copy color: '#427CCD'

red 66 ◦ green 124 ◦ blue 205

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

Shades of Havelock Blue #427CCD

Tints of Havelock Blue #427CCD

RGB

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

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

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

R = 16.71%
G = 31.39%
B = 51.9%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#427CCD (or 0x427CCD) is known color: Havelock Blue. HEX triplet: 42, 7C and CD. RGB value is (66,124,205). Sum of RGB (Red+Green+Blue) = 66+124+205=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #427CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CCD is #BD8332. Grayscale: #737373. Windows color (decimal): -12419891 or 13466690. OLE color: 13466690.

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

Color convert

RGB 66 124 205 -
CMYK 0.68 0.40 0 0.20
HSL 214.96º 0.58% 0.53% -
HSV(B) 214.96º 0.68% 0.8% -
XYZ 20.47 19.98 60.54 -
YUV 115.89 178.28 92.41 -
System Red Green Blue C M Y K H S L
Decimal 66 124 205 0.68 0.40 0 0.20 214.96 0.58 0.53
Hex 42 7C CD 44 28 0 14 D7 3A 35
Octal 102 174 315 104 50 0 24 327 72 65
Binary 1000010 1111100 11001101 1000100 101000 0 10100 11010111 111010 110101

Color Harmonies of #427CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427CCD

Black with #427CCD

Text Example


Text Example

White with #427CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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