Html Css Color HEX #4289DC Havelock Blue

📋 copy color: '#4289DC'

red 66 ◦ green 137 ◦ blue 220

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

Shades of Havelock Blue #4289DC

Tints of Havelock Blue #4289DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.39%

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 15.6%
G = 32.39%
B = 52.01%

CMYK

 C value IS 0.7

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4289DC (or 0x4289DC) is known color: Havelock Blue. HEX triplet: 42, 89 and DC. RGB value is (66,137,220). Sum of RGB (Red+Green+Blue) = 66+137+220=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #4289DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4289DC is #BD7623. Grayscale: #7C7C7C. Windows color (decimal): -12416548 or 14453058. OLE color: 14453058.

HSL color Cylindrical-coordinate representation of color #4289DC: hue angle of 212.34º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4289DC is Cyan = 0.7, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 137 220 -
CMYK 0.7 0.38 0 0.14
HSL 212.34º 0.69% 0.56% -
HSV(B) 212.34º 0.7% 0.86% -
XYZ 24.11 24.22 71.11 -
YUV 125.23 181.48 85.75 -
System Red Green Blue C M Y K H S L
Decimal 66 137 220 0.7 0.38 0 0.14 212.34 0.69 0.56
Hex 42 89 DC 46 26 0 E D4 45 38
Octal 102 211 334 106 46 0 16 324 105 70
Binary 1000010 10001001 11011100 1000110 100110 0 1110 11010100 1000101 111000

Color Harmonies of #4289DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4289DC

Black with #4289DC

Text Example


Text Example

White with #4289DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4289DC; }

 p { color: rgb(66,137,220); }

 H1.HeaderClassName
 {
   color: #4289DC;
 }
 .AnyTagClassName
 {
   color: #4289DC;
 }
</style>

background-color css

<style>
 a { background-color: #4289DC; }

 a { background-color: rgb(66,137,220); }

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

border-color css

<style>
 span { border-color: #4289DC; }

 span { border-color: rgb(66,137,220); }

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