Shades of Picton Blue #549FDB
Tints of Picton Blue #549FDB
RGB
CMYK
RGB Variations
Color information
#549FDB (or 0x549FDB) is known color: Picton Blue. HEX triplet: 54, 9F and DB. RGB value is (84,159,219). Sum of RGB (Red+Green+Blue) = 84+159+219=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #549FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549FDB is #AB6024. Grayscale: #8F8F8F. Windows color (decimal): -11231269 or 14393172. OLE color: 14393172.
HSL color Cylindrical-coordinate representation of color #549FDB: hue angle of 206.67º 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 #549FDB is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 159 | 219 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.14 |
| HSL | 206.67º | 0.65% | 0.59% | - |
| HSV(B) | 206.67º | 0.62% | 0.86% | - |
| XYZ | 28.84 | 31.8 | 71.63 | - |
| YUV | 143.42 | 170.65 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 159 | 219 | 0.62 | 0.27 | 0 | 0.14 | 206.67 | 0.65 | 0.59 |
| Hex | 54 | 9F | DB | 3E | 1B | 0 | E | CF | 41 | 3B |
| Octal | 124 | 237 | 333 | 76 | 33 | 0 | 16 | 317 | 101 | 73 |
| Binary | 1010100 | 10011111 | 11011011 | 111110 | 11011 | 0 | 1110 | 11001111 | 1000001 | 111011 |
Color Harmonies of #549FDB
Complementary color
Monochromatic Colors of #549FDB
Black with #549FDB
Text Example
Text Example
White with #549FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549FDB; }
p { color: rgb(84,159,219); }
H1.HeaderClassName
{
color: #549FDB;
}
.AnyTagClassName
{
color: #549FDB;
}
</style>
background-color css
<style>
a { background-color: #549FDB; }
a { background-color: rgb(84,159,219); }
div.DivClassName
{
background-color: #549FDB;
}
.BgClassName
{
background-color: #549FDB;
}
</style>
border-color css
<style>
span { border-color: #549FDB; }
span { border-color: rgb(84,159,219); }
td.TdClassName
{
border-color: #549FDB;
}
.TagClassName
{
border-color: #549FDB;
}
</style>