Html Css Color HEX #427DCF Havelock Blue

📋 copy color: '#427DCF'

red 66 ◦ green 125 ◦ blue 207

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

Shades of Havelock Blue #427DCF

Tints of Havelock Blue #427DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.41%

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 16.58%
G = 31.41%
B = 52.01%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#427DCF (or 0x427DCF) is known color: Havelock Blue. HEX triplet: 42, 7D and CF. RGB value is (66,125,207). Sum of RGB (Red+Green+Blue) = 66+125+207=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #427DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DCF is #BD8230. Grayscale: #747474. Windows color (decimal): -12419633 or 13598018. OLE color: 13598018.

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

Color convert

RGB 66 125 207 -
CMYK 0.68 0.40 0 0.19
HSL 214.89º 0.59% 0.54% -
HSV(B) 214.89º 0.68% 0.81% -
XYZ 20.84 20.33 61.86 -
YUV 116.71 178.95 91.83 -
System Red Green Blue C M Y K H S L
Decimal 66 125 207 0.68 0.40 0 0.19 214.89 0.59 0.54
Hex 42 7D CF 44 28 0 13 D7 3B 36
Octal 102 175 317 104 50 0 23 327 73 66
Binary 1000010 1111101 11001111 1000100 101000 0 10011 11010111 111011 110110

Color Harmonies of #427DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DCF

Black with #427DCF

Text Example


Text Example

White with #427DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,125,207); }

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

background-color css

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

 a { background-color: rgb(66,125,207); }

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

border-color css

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

 span { border-color: rgb(66,125,207); }

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