Html Css Color HEX #548AD4 Havelock Blue

📋 copy color: '#548AD4'

red 84 ◦ green 138 ◦ blue 212

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

Shades of Havelock Blue #548AD4

Tints of Havelock Blue #548AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.85%

R = 19.35%
G = 31.8%
B = 48.85%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#548AD4 (or 0x548AD4) is known color: Havelock Blue. HEX triplet: 54, 8A and D4. RGB value is (84,138,212). Sum of RGB (Red+Green+Blue) = 84+138+212=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 212 - color contains mainly: blue. Hex color #548AD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548AD4 is #AB752B. Grayscale: #818181. Windows color (decimal): -11236652 or 13929044. OLE color: 13929044.

HSL color Cylindrical-coordinate representation of color #548AD4: hue angle of 214.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #548AD4 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 84 138 212 -
CMYK 0.60 0.35 0 0.17
HSL 214.69º 0.6% 0.58% -
HSV(B) 214.69º 0.6% 0.83% -
XYZ 24.63 24.82 65.78 -
YUV 130.29 174.11 94.98 -
System Red Green Blue C M Y K H S L
Decimal 84 138 212 0.60 0.35 0 0.17 214.69 0.6 0.58
Hex 54 8A D4 3C 23 0 11 D7 3C 3A
Octal 124 212 324 74 43 0 21 327 74 72
Binary 1010100 10001010 11010100 111100 100011 0 10001 11010111 111100 111010

Color Harmonies of #548AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548AD4

Black with #548AD4

Text Example


Text Example

White with #548AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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