Shades of Picton Blue #549BDF
Tints of Picton Blue #549BDF
RGB
CMYK
RGB Variations
Color information
#549BDF (or 0x549BDF) is known color: Picton Blue. HEX triplet: 54, 9B and DF. RGB value is (84,155,223). Sum of RGB (Red+Green+Blue) = 84+155+223=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #549BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549BDF is #AB6420. Grayscale: #8D8D8D. Windows color (decimal): -11232289 or 14654292. OLE color: 14654292.
HSL color Cylindrical-coordinate representation of color #549BDF: hue angle of 209.35º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #549BDF is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 155 | 223 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.13 |
| HSL | 209.35º | 0.68% | 0.6% | - |
| HSV(B) | 209.35º | 0.62% | 0.87% | - |
| XYZ | 28.7 | 30.66 | 74.22 | - |
| YUV | 141.52 | 173.98 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 223 | 0.62 | 0.30 | 0 | 0.13 | 209.35 | 0.68 | 0.6 |
| Hex | 54 | 9B | DF | 3E | 1E | 0 | D | D1 | 44 | 3C |
| Octal | 124 | 233 | 337 | 76 | 36 | 0 | 15 | 321 | 104 | 74 |
| Binary | 1010100 | 10011011 | 11011111 | 111110 | 11110 | 0 | 1101 | 11010001 | 1000100 | 111100 |
Color Harmonies of #549BDF
Complementary color
Monochromatic Colors of #549BDF
Black with #549BDF
Text Example
Text Example
White with #549BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BDF; }
p { color: rgb(84,155,223); }
H1.HeaderClassName
{
color: #549BDF;
}
.AnyTagClassName
{
color: #549BDF;
}
</style>
background-color css
<style>
a { background-color: #549BDF; }
a { background-color: rgb(84,155,223); }
div.DivClassName
{
background-color: #549BDF;
}
.BgClassName
{
background-color: #549BDF;
}
</style>
border-color css
<style>
span { border-color: #549BDF; }
span { border-color: rgb(84,155,223); }
td.TdClassName
{
border-color: #549BDF;
}
.TagClassName
{
border-color: #549BDF;
}
</style>