Html Css Color HEX #4588DD Havelock Blue

📋 copy color: '#4588DD'

red 69 ◦ green 136 ◦ blue 221

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

Shades of Havelock Blue #4588DD

Tints of Havelock Blue #4588DD

RGB

 RED value IS 69 (27.34% from 255) = 16.2%

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

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

R = 16.2%
G = 31.92%
B = 51.88%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4588DD (or 0x4588DD) is known color: Havelock Blue. HEX triplet: 45, 88 and DD. RGB value is (69,136,221). Sum of RGB (Red+Green+Blue) = 69+136+221=426 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.20% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #4588DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4588DD is #BA7722. Grayscale: #7D7D7D. Windows color (decimal): -12220195 or 14518341. OLE color: 14518341.

HSL color Cylindrical-coordinate representation of color #4588DD: hue angle of 213.55º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4588DD is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 136 221 -
CMYK 0.69 0.38 0 0.13
HSL 213.55º 0.69% 0.57% -
HSV(B) 213.55º 0.69% 0.87% -
XYZ 24.31 24.09 71.78 -
YUV 125.66 181.8 87.59 -
System Red Green Blue C M Y K H S L
Decimal 69 136 221 0.69 0.38 0 0.13 213.55 0.69 0.57
Hex 45 88 DD 45 26 0 D D6 45 39
Octal 105 210 335 105 46 0 15 326 105 71
Binary 1000101 10001000 11011101 1000101 100110 0 1101 11010110 1000101 111001

Color Harmonies of #4588DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4588DD

Black with #4588DD

Text Example


Text Example

White with #4588DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4588DD; }

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

 H1.HeaderClassName
 {
   color: #4588DD;
 }
 .AnyTagClassName
 {
   color: #4588DD;
 }
</style>

background-color css

<style>
 a { background-color: #4588DD; }

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

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

border-color css

<style>
 span { border-color: #4588DD; }

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

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