Html Css Color HEX #548DD9 Havelock Blue

📋 copy color: '#548DD9'

red 84 ◦ green 141 ◦ blue 217

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

Shades of Havelock Blue #548DD9

Tints of Havelock Blue #548DD9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.9%

 BLUE value IS 217 (85.16% from 255) = 49.1%

R = 19%
G = 31.9%
B = 49.1%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#548DD9 (or 0x548DD9) is known color: Havelock Blue. HEX triplet: 54, 8D and D9. RGB value is (84,141,217). Sum of RGB (Red+Green+Blue) = 84+141+217=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #548DD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548DD9 is #AB7226. Grayscale: #848484. Windows color (decimal): -11235879 or 14257492. OLE color: 14257492.

HSL color Cylindrical-coordinate representation of color #548DD9: hue angle of 214.29º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #548DD9 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 141 217 -
CMYK 0.61 0.35 0 0.15
HSL 214.29º 0.64% 0.59% -
HSV(B) 214.29º 0.61% 0.85% -
XYZ 25.71 25.94 69.3 -
YUV 132.62 175.62 93.32 -
System Red Green Blue C M Y K H S L
Decimal 84 141 217 0.61 0.35 0 0.15 214.29 0.64 0.59
Hex 54 8D D9 3D 23 0 F D6 40 3B
Octal 124 215 331 75 43 0 17 326 100 73
Binary 1010100 10001101 11011001 111101 100011 0 1111 11010110 1000000 111011

Color Harmonies of #548DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548DD9

Black with #548DD9

Text Example


Text Example

White with #548DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548DD9; }

 p { color: rgb(84,141,217); }

 H1.HeaderClassName
 {
   color: #548DD9;
 }
 .AnyTagClassName
 {
   color: #548DD9;
 }
</style>

background-color css

<style>
 a { background-color: #548DD9; }

 a { background-color: rgb(84,141,217); }

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

border-color css

<style>
 span { border-color: #548DD9; }

 span { border-color: rgb(84,141,217); }

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