Shades of Picton Blue #549CDB
Tints of Picton Blue #549CDB
RGB
CMYK
RGB Variations
Color information
#549CDB (or 0x549CDB) is known color: Picton Blue. HEX triplet: 54, 9C and DB. RGB value is (84,156,219). Sum of RGB (Red+Green+Blue) = 84+156+219=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #549CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CDB is #AB6324. Grayscale: #8D8D8D. Windows color (decimal): -11232037 or 14392404. OLE color: 14392404.
HSL color Cylindrical-coordinate representation of color #549CDB: hue angle of 208º 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 #549CDB is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 156 | 219 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.14 |
| HSL | 208º | 0.65% | 0.59% | - |
| HSV(B) | 208º | 0.62% | 0.86% | - |
| XYZ | 28.33 | 30.78 | 71.47 | - |
| YUV | 141.65 | 171.65 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 219 | 0.62 | 0.29 | 0 | 0.14 | 208 | 0.65 | 0.59 |
| Hex | 54 | 9C | DB | 3E | 1D | 0 | E | D0 | 41 | 3B |
| Octal | 124 | 234 | 333 | 76 | 35 | 0 | 16 | 320 | 101 | 73 |
| Binary | 1010100 | 10011100 | 11011011 | 111110 | 11101 | 0 | 1110 | 11010000 | 1000001 | 111011 |
Color Harmonies of #549CDB
Complementary color
Monochromatic Colors of #549CDB
Black with #549CDB
Text Example
Text Example
White with #549CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549CDB; }
p { color: rgb(84,156,219); }
H1.HeaderClassName
{
color: #549CDB;
}
.AnyTagClassName
{
color: #549CDB;
}
</style>
background-color css
<style>
a { background-color: #549CDB; }
a { background-color: rgb(84,156,219); }
div.DivClassName
{
background-color: #549CDB;
}
.BgClassName
{
background-color: #549CDB;
}
</style>
border-color css
<style>
span { border-color: #549CDB; }
span { border-color: rgb(84,156,219); }
td.TdClassName
{
border-color: #549CDB;
}
.TagClassName
{
border-color: #549CDB;
}
</style>