Html Css Color HEX #548BD2 Havelock Blue

📋 copy color: '#548BD2'

red 84 ◦ green 139 ◦ blue 210

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

Shades of Havelock Blue #548BD2

Tints of Havelock Blue #548BD2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.1%

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

R = 19.4%
G = 32.1%
B = 48.5%

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

#548BD2 (or 0x548BD2) is known color: Havelock Blue. HEX triplet: 54, 8B and D2. RGB value is (84,139,210). Sum of RGB (Red+Green+Blue) = 84+139+210=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 210 - color contains mainly: blue. Hex color #548BD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548BD2 is #AB742D. Grayscale: #828282. Windows color (decimal): -11236398 or 13798228. OLE color: 13798228.

HSL color Cylindrical-coordinate representation of color #548BD2: hue angle of 213.81º 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 #548BD2 is Cyan = 0.6, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 139 210 -
CMYK 0.6 0.34 0 0.18
HSL 213.81º 0.58% 0.58% -
HSV(B) 213.81º 0.6% 0.82% -
XYZ 24.52 25 64.51 -
YUV 130.65 172.78 94.73 -
System Red Green Blue C M Y K H S L
Decimal 84 139 210 0.6 0.34 0 0.18 213.81 0.58 0.58
Hex 54 8B D2 3C 22 0 12 D6 3A 3A
Octal 124 213 322 74 42 0 22 326 72 72
Binary 1010100 10001011 11010010 111100 100010 0 10010 11010110 111010 111010

Color Harmonies of #548BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548BD2

Black with #548BD2

Text Example


Text Example

White with #548BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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