Html Css Color HEX #4487DD Havelock Blue

📋 copy color: '#4487DD'

red 68 ◦ green 135 ◦ blue 221

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

Shades of Havelock Blue #4487DD

Tints of Havelock Blue #4487DD

RGB

 RED value IS 68 (26.95% from 255) = 16.04%

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

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

R = 16.04%
G = 31.84%
B = 52.12%

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

#4487DD (or 0x4487DD) is known color: Havelock Blue. HEX triplet: 44, 87 and DD. RGB value is (68,135,221). Sum of RGB (Red+Green+Blue) = 68+135+221=424 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.04% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #4487DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4487DD is #BB7822. Grayscale: #7C7C7C. Windows color (decimal): -12285987 or 14518084. OLE color: 14518084.

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

Color convert

RGB 68 135 221 -
CMYK 0.69 0.39 0 0.13
HSL 213.73º 0.69% 0.57% -
HSV(B) 213.73º 0.69% 0.87% -
XYZ 24.1 23.78 71.73 -
YUV 124.77 182.3 87.51 -
System Red Green Blue C M Y K H S L
Decimal 68 135 221 0.69 0.39 0 0.13 213.73 0.69 0.57
Hex 44 87 DD 45 27 0 D D6 45 39
Octal 104 207 335 105 47 0 15 326 105 71
Binary 1000100 10000111 11011101 1000101 100111 0 1101 11010110 1000101 111001

Color Harmonies of #4487DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4487DD

Black with #4487DD

Text Example


Text Example

White with #4487DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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