Html Css Color HEX #548DD7 Havelock Blue

📋 copy color: '#548DD7'

red 84 ◦ green 141 ◦ blue 215

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

Shades of Havelock Blue #548DD7

Tints of Havelock Blue #548DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.86%

R = 19.09%
G = 32.05%
B = 48.86%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#548DD7 (or 0x548DD7) is known color: Havelock Blue. HEX triplet: 54, 8D and D7. RGB value is (84,141,215). Sum of RGB (Red+Green+Blue) = 84+141+215=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #548DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548DD7 is #AB7228. Grayscale: #848484. Windows color (decimal): -11235881 or 14126420. OLE color: 14126420.

HSL color Cylindrical-coordinate representation of color #548DD7: hue angle of 213.89º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #548DD7 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 141 215 -
CMYK 0.61 0.34 0 0.16
HSL 213.89º 0.62% 0.59% -
HSV(B) 213.89º 0.61% 0.84% -
XYZ 25.45 25.84 67.94 -
YUV 132.39 174.62 93.48 -
System Red Green Blue C M Y K H S L
Decimal 84 141 215 0.61 0.34 0 0.16 213.89 0.62 0.59
Hex 54 8D D7 3D 22 0 10 D6 3E 3B
Octal 124 215 327 75 42 0 20 326 76 73
Binary 1010100 10001101 11010111 111101 100010 0 10000 11010110 111110 111011

Color Harmonies of #548DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548DD7

Black with #548DD7

Text Example


Text Example

White with #548DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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