Html Css Color HEX #5485DB Havelock Blue

📋 copy color: '#5485DB'

red 84 ◦ green 133 ◦ blue 219

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

Shades of Havelock Blue #5485DB

Tints of Havelock Blue #5485DB

RGB

 RED value IS 84 (33.2% from 255) = 19.27%

 GREEN value IS 133 (52.34% from 255) = 30.5%

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

R = 19.27%
G = 30.5%
B = 50.23%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5485DB (or 0x5485DB) is known color: Havelock Blue. HEX triplet: 54, 85 and DB. RGB value is (84,133,219). Sum of RGB (Red+Green+Blue) = 84+133+219=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #5485DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5485DB is #AB7A24. Grayscale: #7F7F7F. Windows color (decimal): -11237925 or 14386516. OLE color: 14386516.

HSL color Cylindrical-coordinate representation of color #5485DB: hue angle of 218.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5485DB is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 133 219 -
CMYK 0.62 0.39 0 0.14
HSL 218.22º 0.65% 0.59% -
HSV(B) 218.22º 0.62% 0.86% -
XYZ 24.83 23.77 70.3 -
YUV 128.15 179.27 96.51 -
System Red Green Blue C M Y K H S L
Decimal 84 133 219 0.62 0.39 0 0.14 218.22 0.65 0.59
Hex 54 85 DB 3E 27 0 E DA 41 3B
Octal 124 205 333 76 47 0 16 332 101 73
Binary 1010100 10000101 11011011 111110 100111 0 1110 11011010 1000001 111011

Color Harmonies of #5485DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5485DB

Black with #5485DB

Text Example


Text Example

White with #5485DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,133,219); }

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

background-color css

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

 a { background-color: rgb(84,133,219); }

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

border-color css

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

 span { border-color: rgb(84,133,219); }

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