Shades of Cornflower Blue #58AAFF
Tints of Cornflower Blue #58AAFF
RGB
CMYK
RGB Variations
Color information
#58AAFF (or 0x58AAFF) is known color: Cornflower Blue. HEX triplet: 58, AA and FF. RGB value is (88,170,255). Sum of RGB (Red+Green+Blue) = 88+170+255=513 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.15% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #58AAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58AAFF is #A75500. Grayscale: #9A9A9A. Windows color (decimal): -10966273 or 16755288. OLE color: 16755288.
HSL color Cylindrical-coordinate representation of color #58AAFF: hue angle of 210.54º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58AAFF is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 170 | 255 | - |
| CMYK | 0.65 | 0.33 | 0 | 0 |
| HSL | 210.54º | 1% | 0.67% | - |
| HSV(B) | 210.54º | 0.65% | 1% | - |
| XYZ | 36.45 | 38.04 | 100.03 | - |
| YUV | 155.17 | 184.33 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 255 | 0.65 | 0.33 | 0 | 0 | 210.54 | 1 | 0.67 |
| Hex | 58 | AA | FF | 41 | 21 | 0 | 0 | D3 | 64 | 43 |
| Octal | 130 | 252 | 377 | 101 | 41 | 0 | 0 | 323 | 144 | 103 |
| Binary | 1011000 | 10101010 | 11111111 | 1000001 | 100001 | 0 | 0 | 11010011 | 1100100 | 1000011 |
Color Harmonies of #58AAFF
Complementary color
Monochromatic Colors of #58AAFF
Black with #58AAFF
Text Example
Text Example
White with #58AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AAFF; }
p { color: rgb(88,170,255); }
H1.HeaderClassName
{
color: #58AAFF;
}
.AnyTagClassName
{
color: #58AAFF;
}
</style>
background-color css
<style>
a { background-color: #58AAFF; }
a { background-color: rgb(88,170,255); }
div.DivClassName
{
background-color: #58AAFF;
}
.BgClassName
{
background-color: #58AAFF;
}
</style>
border-color css
<style>
span { border-color: #58AAFF; }
span { border-color: rgb(88,170,255); }
td.TdClassName
{
border-color: #58AAFF;
}
.TagClassName
{
border-color: #58AAFF;
}
</style>