Shades of Picton Blue #549CDF
Tints of Picton Blue #549CDF
RGB
CMYK
RGB Variations
Color information
#549CDF (or 0x549CDF) is known color: Picton Blue. HEX triplet: 54, 9C and DF. RGB value is (84,156,223). Sum of RGB (Red+Green+Blue) = 84+156+223=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #549CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CDF is #AB6320. Grayscale: #8D8D8D. Windows color (decimal): -11232033 or 14654548. OLE color: 14654548.
HSL color Cylindrical-coordinate representation of color #549CDF: hue angle of 208.92º 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 #549CDF is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 156 | 223 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.13 |
| HSL | 208.92º | 0.68% | 0.6% | - |
| HSV(B) | 208.92º | 0.62% | 0.87% | - |
| XYZ | 28.86 | 30.99 | 74.27 | - |
| YUV | 142.11 | 173.65 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 223 | 0.62 | 0.30 | 0 | 0.13 | 208.92 | 0.68 | 0.6 |
| Hex | 54 | 9C | DF | 3E | 1E | 0 | D | D1 | 44 | 3C |
| Octal | 124 | 234 | 337 | 76 | 36 | 0 | 15 | 321 | 104 | 74 |
| Binary | 1010100 | 10011100 | 11011111 | 111110 | 11110 | 0 | 1101 | 11010001 | 1000100 | 111100 |
Color Harmonies of #549CDF
Complementary color
Monochromatic Colors of #549CDF
Black with #549CDF
Text Example
Text Example
White with #549CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549CDF; }
p { color: rgb(84,156,223); }
H1.HeaderClassName
{
color: #549CDF;
}
.AnyTagClassName
{
color: #549CDF;
}
</style>
background-color css
<style>
a { background-color: #549CDF; }
a { background-color: rgb(84,156,223); }
div.DivClassName
{
background-color: #549CDF;
}
.BgClassName
{
background-color: #549CDF;
}
</style>
border-color css
<style>
span { border-color: #549CDF; }
span { border-color: rgb(84,156,223); }
td.TdClassName
{
border-color: #549CDF;
}
.TagClassName
{
border-color: #549CDF;
}
</style>