Shades of Havelock Blue #547FDB
Tints of Havelock Blue #547FDB
RGB
CMYK
RGB Variations
Color information
#547FDB (or 0x547FDB) is known color: Havelock Blue. HEX triplet: 54, 7F and DB. RGB value is (84,127,219). Sum of RGB (Red+Green+Blue) = 84+127+219=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #547FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547FDB is #AB8024. Grayscale: #7C7C7C. Windows color (decimal): -11239461 or 14384980. OLE color: 14384980.
HSL color Cylindrical-coordinate representation of color #547FDB: hue angle of 220.89º 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 #547FDB is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 127 | 219 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.14 |
| HSL | 220.89º | 0.65% | 0.59% | - |
| HSV(B) | 220.89º | 0.62% | 0.86% | - |
| XYZ | 24.03 | 22.18 | 70.03 | - |
| YUV | 124.63 | 181.25 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 219 | 0.62 | 0.42 | 0 | 0.14 | 220.89 | 0.65 | 0.59 |
| Hex | 54 | 7F | DB | 3E | 2A | 0 | E | DD | 41 | 3B |
| Octal | 124 | 177 | 333 | 76 | 52 | 0 | 16 | 335 | 101 | 73 |
| Binary | 1010100 | 1111111 | 11011011 | 111110 | 101010 | 0 | 1110 | 11011101 | 1000001 | 111011 |
Color Harmonies of #547FDB
Complementary color
Monochromatic Colors of #547FDB
Black with #547FDB
Text Example
Text Example
White with #547FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547FDB; }
p { color: rgb(84,127,219); }
H1.HeaderClassName
{
color: #547FDB;
}
.AnyTagClassName
{
color: #547FDB;
}
</style>
background-color css
<style>
a { background-color: #547FDB; }
a { background-color: rgb(84,127,219); }
div.DivClassName
{
background-color: #547FDB;
}
.BgClassName
{
background-color: #547FDB;
}
</style>
border-color css
<style>
span { border-color: #547FDB; }
span { border-color: rgb(84,127,219); }
td.TdClassName
{
border-color: #547FDB;
}
.TagClassName
{
border-color: #547FDB;
}
</style>