Shades of Havelock Blue #547FDA
Tints of Havelock Blue #547FDA
RGB
CMYK
RGB Variations
Color information
#547FDA (or 0x547FDA) is known color: Havelock Blue. HEX triplet: 54, 7F and DA. RGB value is (84,127,218). Sum of RGB (Red+Green+Blue) = 84+127+218=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #547FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547FDA is #AB8025. Grayscale: #7C7C7C. Windows color (decimal): -11239462 or 14319444. OLE color: 14319444.
HSL color Cylindrical-coordinate representation of color #547FDA: hue angle of 220.75º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #547FDA is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 127 | 218 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.15 |
| HSL | 220.75º | 0.64% | 0.59% | - |
| HSV(B) | 220.75º | 0.61% | 0.85% | - |
| XYZ | 23.9 | 22.13 | 69.34 | - |
| YUV | 124.52 | 180.75 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 218 | 0.61 | 0.42 | 0 | 0.15 | 220.75 | 0.64 | 0.59 |
| Hex | 54 | 7F | DA | 3D | 2A | 0 | F | DD | 40 | 3B |
| Octal | 124 | 177 | 332 | 75 | 52 | 0 | 17 | 335 | 100 | 73 |
| Binary | 1010100 | 1111111 | 11011010 | 111101 | 101010 | 0 | 1111 | 11011101 | 1000000 | 111011 |
Color Harmonies of #547FDA
Complementary color
Monochromatic Colors of #547FDA
Black with #547FDA
Text Example
Text Example
White with #547FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547FDA; }
p { color: rgb(84,127,218); }
H1.HeaderClassName
{
color: #547FDA;
}
.AnyTagClassName
{
color: #547FDA;
}
</style>
background-color css
<style>
a { background-color: #547FDA; }
a { background-color: rgb(84,127,218); }
div.DivClassName
{
background-color: #547FDA;
}
.BgClassName
{
background-color: #547FDA;
}
</style>
border-color css
<style>
span { border-color: #547FDA; }
span { border-color: rgb(84,127,218); }
td.TdClassName
{
border-color: #547FDA;
}
.TagClassName
{
border-color: #547FDA;
}
</style>