Html Css Color HEX #4587DD Havelock Blue

📋 copy color: '#4587DD'

red 69 ◦ green 135 ◦ blue 221

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

Shades of Havelock Blue #4587DD

Tints of Havelock Blue #4587DD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.76%

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

R = 16.24%
G = 31.76%
B = 52%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4587DD (or 0x4587DD) is known color: Havelock Blue. HEX triplet: 45, 87 and DD. RGB value is (69,135,221). Sum of RGB (Red+Green+Blue) = 69+135+221=425 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.24% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #4587DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4587DD is #BA7822. Grayscale: #7C7C7C. Windows color (decimal): -12220451 or 14518085. OLE color: 14518085.

HSL color Cylindrical-coordinate representation of color #4587DD: hue angle of 213.95º 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 #4587DD is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 135 221 -
CMYK 0.69 0.39 0 0.13
HSL 213.95º 0.69% 0.57% -
HSV(B) 213.95º 0.69% 0.87% -
XYZ 24.17 23.81 71.73 -
YUV 125.07 182.13 88.01 -
System Red Green Blue C M Y K H S L
Decimal 69 135 221 0.69 0.39 0 0.13 213.95 0.69 0.57
Hex 45 87 DD 45 27 0 D D6 45 39
Octal 105 207 335 105 47 0 15 326 105 71
Binary 1000101 10000111 11011101 1000101 100111 0 1101 11010110 1000101 111001

Color Harmonies of #4587DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4587DD

Black with #4587DD

Text Example


Text Example

White with #4587DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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