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