Html Css Color HEX #4487DB Havelock Blue

📋 copy color: '#4487DB'

red 68 ◦ green 135 ◦ blue 219

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

Shades of Havelock Blue #4487DB

Tints of Havelock Blue #4487DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 16.11%
G = 31.99%
B = 51.9%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4487DB (or 0x4487DB) is known color: Havelock Blue. HEX triplet: 44, 87 and DB. RGB value is (68,135,219). Sum of RGB (Red+Green+Blue) = 68+135+219=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #4487DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4487DB is #BB7824. Grayscale: #7C7C7C. Windows color (decimal): -12285989 or 14387012. OLE color: 14387012.

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

Color convert

RGB 68 135 219 -
CMYK 0.69 0.38 0 0.14
HSL 213.38º 0.68% 0.56% -
HSV(B) 213.38º 0.69% 0.86% -
XYZ 23.83 23.67 70.33 -
YUV 124.54 181.3 87.67 -
System Red Green Blue C M Y K H S L
Decimal 68 135 219 0.69 0.38 0 0.14 213.38 0.68 0.56
Hex 44 87 DB 45 26 0 E D5 44 38
Octal 104 207 333 105 46 0 16 325 104 70
Binary 1000100 10000111 11011011 1000101 100110 0 1110 11010101 1000100 111000

Color Harmonies of #4487DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4487DB

Black with #4487DB

Text Example


Text Example

White with #4487DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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