Html Css Color HEX #548BCE Havelock Blue

📋 copy color: '#548BCE'

red 84 ◦ green 139 ◦ blue 206

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

Shades of Havelock Blue #548BCE

Tints of Havelock Blue #548BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 19.58%
G = 32.4%
B = 48.02%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#548BCE (or 0x548BCE) is known color: Havelock Blue. HEX triplet: 54, 8B and CE. RGB value is (84,139,206). Sum of RGB (Red+Green+Blue) = 84+139+206=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #548BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548BCE is #AB7431. Grayscale: #818181. Windows color (decimal): -11236402 or 13536084. OLE color: 13536084.

HSL color Cylindrical-coordinate representation of color #548BCE: hue angle of 212.95º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #548BCE is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 139 206 -
CMYK 0.59 0.33 0 0.19
HSL 212.95º 0.55% 0.57% -
HSV(B) 212.95º 0.59% 0.81% -
XYZ 24.03 24.81 61.91 -
YUV 130.19 170.78 95.05 -
System Red Green Blue C M Y K H S L
Decimal 84 139 206 0.59 0.33 0 0.19 212.95 0.55 0.57
Hex 54 8B CE 3B 21 0 13 D5 37 39
Octal 124 213 316 73 41 0 23 325 67 71
Binary 1010100 10001011 11001110 111011 100001 0 10011 11010101 110111 111001

Color Harmonies of #548BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548BCE

Black with #548BCE

Text Example


Text Example

White with #548BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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