Shades of Picton Blue #54A8DD
Tints of Picton Blue #54A8DD
RGB
CMYK
RGB Variations
Color information
#54A8DD (or 0x54A8DD) is known color: Picton Blue. HEX triplet: 54, A8 and DD. RGB value is (84,168,221). Sum of RGB (Red+Green+Blue) = 84+168+221=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #54A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A8DD is #AB5722. Grayscale: #949494. Windows color (decimal): -11228963 or 14526548. OLE color: 14526548.
HSL color Cylindrical-coordinate representation of color #54A8DD: hue angle of 203.21º degrees, saturation: 0.67, 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 #54A8DD is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 168 | 221 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.13 |
| HSL | 203.21º | 0.67% | 0.6% | - |
| HSV(B) | 203.21º | 0.62% | 0.87% | - |
| XYZ | 30.71 | 35.11 | 73.57 | - |
| YUV | 148.93 | 168.67 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 168 | 221 | 0.62 | 0.24 | 0 | 0.13 | 203.21 | 0.67 | 0.6 |
| Hex | 54 | A8 | DD | 3E | 18 | 0 | D | CB | 43 | 3C |
| Octal | 124 | 250 | 335 | 76 | 30 | 0 | 15 | 313 | 103 | 74 |
| Binary | 1010100 | 10101000 | 11011101 | 111110 | 11000 | 0 | 1101 | 11001011 | 1000011 | 111100 |
Color Harmonies of #54A8DD
Complementary color
Monochromatic Colors of #54A8DD
Black with #54A8DD
Text Example
Text Example
White with #54A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A8DD; }
p { color: rgb(84,168,221); }
H1.HeaderClassName
{
color: #54A8DD;
}
.AnyTagClassName
{
color: #54A8DD;
}
</style>
background-color css
<style>
a { background-color: #54A8DD; }
a { background-color: rgb(84,168,221); }
div.DivClassName
{
background-color: #54A8DD;
}
.BgClassName
{
background-color: #54A8DD;
}
</style>
border-color css
<style>
span { border-color: #54A8DD; }
span { border-color: rgb(84,168,221); }
td.TdClassName
{
border-color: #54A8DD;
}
.TagClassName
{
border-color: #54A8DD;
}
</style>