Html Css Color HEX #547EDB Havelock Blue

📋 copy color: '#547EDB'

red 84 ◦ green 126 ◦ blue 219

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

Shades of Havelock Blue #547EDB

Tints of Havelock Blue #547EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.37%

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 19.58%
G = 29.37%
B = 51.05%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#547EDB (or 0x547EDB) is known color: Havelock Blue. HEX triplet: 54, 7E and DB. RGB value is (84,126,219). Sum of RGB (Red+Green+Blue) = 84+126+219=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #547EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547EDB is #AB8124. Grayscale: #7B7B7B. Windows color (decimal): -11239717 or 14384724. OLE color: 14384724.

HSL color Cylindrical-coordinate representation of color #547EDB: hue angle of 221.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #547EDB is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 126 219 -
CMYK 0.62 0.42 0 0.14
HSL 221.33º 0.65% 0.59% -
HSV(B) 221.33º 0.62% 0.86% -
XYZ 23.9 21.92 69.99 -
YUV 124.04 181.59 99.44 -
System Red Green Blue C M Y K H S L
Decimal 84 126 219 0.62 0.42 0 0.14 221.33 0.65 0.59
Hex 54 7E DB 3E 2A 0 E DD 41 3B
Octal 124 176 333 76 52 0 16 335 101 73
Binary 1010100 1111110 11011011 111110 101010 0 1110 11011101 1000001 111011

Color Harmonies of #547EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547EDB

Black with #547EDB

Text Example


Text Example

White with #547EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547EDB; }

 p { color: rgb(84,126,219); }

 H1.HeaderClassName
 {
   color: #547EDB;
 }
 .AnyTagClassName
 {
   color: #547EDB;
 }
</style>

background-color css

<style>
 a { background-color: #547EDB; }

 a { background-color: rgb(84,126,219); }

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

border-color css

<style>
 span { border-color: #547EDB; }

 span { border-color: rgb(84,126,219); }

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