Html Css Color HEX #548AD2 Havelock Blue

📋 copy color: '#548AD2'

red 84 ◦ green 138 ◦ blue 210

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

Shades of Havelock Blue #548AD2

Tints of Havelock Blue #548AD2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.94%

 BLUE value IS 210 (82.42% from 255) = 48.61%

R = 19.44%
G = 31.94%
B = 48.61%

CMYK

 C value IS 0.6

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#548AD2 (or 0x548AD2) is known color: Havelock Blue. HEX triplet: 54, 8A and D2. RGB value is (84,138,210). Sum of RGB (Red+Green+Blue) = 84+138+210=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 210 (82.42% from 255 or 48.61% from 432); Max value from RGB is 210 - color contains mainly: blue. Hex color #548AD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548AD2 is #AB752D. Grayscale: #818181. Windows color (decimal): -11236654 or 13797972. OLE color: 13797972.

HSL color Cylindrical-coordinate representation of color #548AD2: hue angle of 214.29º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #548AD2 is Cyan = 0.6, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 138 210 -
CMYK 0.6 0.34 0 0.18
HSL 214.29º 0.58% 0.58% -
HSV(B) 214.29º 0.6% 0.82% -
XYZ 24.38 24.71 64.46 -
YUV 130.06 173.11 95.15 -
System Red Green Blue C M Y K H S L
Decimal 84 138 210 0.6 0.34 0 0.18 214.29 0.58 0.58
Hex 54 8A D2 3C 22 0 12 D6 3A 3A
Octal 124 212 322 74 42 0 22 326 72 72
Binary 1010100 10001010 11010010 111100 100010 0 10010 11010110 111010 111010

Color Harmonies of #548AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548AD2

Black with #548AD2

Text Example


Text Example

White with #548AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,138,210); }

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

background-color css

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

 a { background-color: rgb(84,138,210); }

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

border-color css

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

 span { border-color: rgb(84,138,210); }

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