Shades of Cornflower Blue #58A9FF
Tints of Cornflower Blue #58A9FF
RGB
CMYK
RGB Variations
Color information
#58A9FF (or 0x58A9FF) is known color: Cornflower Blue. HEX triplet: 58, A9 and FF. RGB value is (88,169,255). Sum of RGB (Red+Green+Blue) = 88+169+255=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #58A9FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A9FF is #A75600. Grayscale: #9A9A9A. Windows color (decimal): -10966529 or 16755032. OLE color: 16755032.
HSL color Cylindrical-coordinate representation of color #58A9FF: hue angle of 210.9º 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 #58A9FF is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 169 | 255 | - |
| CMYK | 0.65 | 0.34 | 0 | 0 |
| HSL | 210.9º | 1% | 0.67% | - |
| HSV(B) | 210.9º | 0.65% | 1% | - |
| XYZ | 36.26 | 37.67 | 99.97 | - |
| YUV | 154.59 | 184.66 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 169 | 255 | 0.65 | 0.34 | 0 | 0 | 210.9 | 1 | 0.67 |
| Hex | 58 | A9 | FF | 41 | 22 | 0 | 0 | D3 | 64 | 43 |
| Octal | 130 | 251 | 377 | 101 | 42 | 0 | 0 | 323 | 144 | 103 |
| Binary | 1011000 | 10101001 | 11111111 | 1000001 | 100010 | 0 | 0 | 11010011 | 1100100 | 1000011 |
Color Harmonies of #58A9FF
Complementary color
Monochromatic Colors of #58A9FF
Black with #58A9FF
Text Example
Text Example
White with #58A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A9FF; }
p { color: rgb(88,169,255); }
H1.HeaderClassName
{
color: #58A9FF;
}
.AnyTagClassName
{
color: #58A9FF;
}
</style>
background-color css
<style>
a { background-color: #58A9FF; }
a { background-color: rgb(88,169,255); }
div.DivClassName
{
background-color: #58A9FF;
}
.BgClassName
{
background-color: #58A9FF;
}
</style>
border-color css
<style>
span { border-color: #58A9FF; }
span { border-color: rgb(88,169,255); }
td.TdClassName
{
border-color: #58A9FF;
}
.TagClassName
{
border-color: #58A9FF;
}
</style>