Shades of Picton Blue #57A8DD
Tints of Picton Blue #57A8DD
RGB
CMYK
RGB Variations
Color information
#57A8DD (or 0x57A8DD) is known color: Picton Blue. HEX triplet: 57, A8 and DD. RGB value is (87,168,221). Sum of RGB (Red+Green+Blue) = 87+168+221=476 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.28% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #57A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A8DD is #A85722. Grayscale: #959595. Windows color (decimal): -11032355 or 14526551. OLE color: 14526551.
HSL color Cylindrical-coordinate representation of color #57A8DD: hue angle of 203.73º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57A8DD is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 168 | 221 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.13 |
| HSL | 203.73º | 0.66% | 0.6% | - |
| HSV(B) | 203.73º | 0.61% | 0.87% | - |
| XYZ | 30.98 | 35.25 | 73.58 | - |
| YUV | 149.82 | 168.16 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 221 | 0.61 | 0.24 | 0 | 0.13 | 203.73 | 0.66 | 0.6 |
| Hex | 57 | A8 | DD | 3D | 18 | 0 | D | CC | 42 | 3C |
| Octal | 127 | 250 | 335 | 75 | 30 | 0 | 15 | 314 | 102 | 74 |
| Binary | 1010111 | 10101000 | 11011101 | 111101 | 11000 | 0 | 1101 | 11001100 | 1000010 | 111100 |
Color Harmonies of #57A8DD
Complementary color
Monochromatic Colors of #57A8DD
Black with #57A8DD
Text Example
Text Example
White with #57A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A8DD; }
p { color: rgb(87,168,221); }
H1.HeaderClassName
{
color: #57A8DD;
}
.AnyTagClassName
{
color: #57A8DD;
}
</style>
background-color css
<style>
a { background-color: #57A8DD; }
a { background-color: rgb(87,168,221); }
div.DivClassName
{
background-color: #57A8DD;
}
.BgClassName
{
background-color: #57A8DD;
}
</style>
border-color css
<style>
span { border-color: #57A8DD; }
span { border-color: rgb(87,168,221); }
td.TdClassName
{
border-color: #57A8DD;
}
.TagClassName
{
border-color: #57A8DD;
}
</style>