Html Css Color HEX #4E88DD Havelock Blue

📋 copy color: '#4E88DD'

red 78 ◦ green 136 ◦ blue 221

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

Shades of Havelock Blue #4E88DD

Tints of Havelock Blue #4E88DD

RGB

 RED value IS 78 (30.86% from 255) = 17.93%

 GREEN value IS 136 (53.52% from 255) = 31.26%

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 17.93%
G = 31.26%
B = 50.8%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4E88DD (or 0x4E88DD) is known color: Havelock Blue. HEX triplet: 4E, 88 and DD. RGB value is (78,136,221). Sum of RGB (Red+Green+Blue) = 78+136+221=435 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.93% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E88DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E88DD is #B17722. Grayscale: #7F7F7F. Windows color (decimal): -11630371 or 14518350. OLE color: 14518350.

HSL color Cylindrical-coordinate representation of color #4E88DD: hue angle of 215.66º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E88DD is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 136 221 -
CMYK 0.65 0.38 0 0.13
HSL 215.66º 0.68% 0.59% -
HSV(B) 215.66º 0.65% 0.87% -
XYZ 25 24.45 71.81 -
YUV 128.35 180.28 92.09 -
System Red Green Blue C M Y K H S L
Decimal 78 136 221 0.65 0.38 0 0.13 215.66 0.68 0.59
Hex 4E 88 DD 41 26 0 D D8 44 3B
Octal 116 210 335 101 46 0 15 330 104 73
Binary 1001110 10001000 11011101 1000001 100110 0 1101 11011000 1000100 111011

Color Harmonies of #4E88DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E88DD

Black with #4E88DD

Text Example


Text Example

White with #4E88DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E88DD; }

 p { color: rgb(78,136,221); }

 H1.HeaderClassName
 {
   color: #4E88DD;
 }
 .AnyTagClassName
 {
   color: #4E88DD;
 }
</style>

background-color css

<style>
 a { background-color: #4E88DD; }

 a { background-color: rgb(78,136,221); }

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

border-color css

<style>
 span { border-color: #4E88DD; }

 span { border-color: rgb(78,136,221); }

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