Shades of Cornflower Blue #58A0ED
Tints of Cornflower Blue #58A0ED
RGB
CMYK
RGB Variations
Color information
#58A0ED (or 0x58A0ED) is known color: Cornflower Blue. HEX triplet: 58, A0 and ED. RGB value is (88,160,237). Sum of RGB (Red+Green+Blue) = 88+160+237=485 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.14% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #58A0ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A0ED is #A75F12. Grayscale: #929292. Windows color (decimal): -10968851 or 15573080. OLE color: 15573080.
HSL color Cylindrical-coordinate representation of color #58A0ED: hue angle of 211.01º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58A0ED is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 160 | 237 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.07 |
| HSL | 211.01º | 0.81% | 0.64% | - |
| HSV(B) | 211.01º | 0.63% | 0.93% | - |
| XYZ | 31.88 | 33.33 | 84.87 | - |
| YUV | 147.25 | 178.65 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 160 | 237 | 0.63 | 0.32 | 0 | 0.07 | 211.01 | 0.81 | 0.64 |
| Hex | 58 | A0 | ED | 3F | 20 | 0 | 7 | D3 | 51 | 40 |
| Octal | 130 | 240 | 355 | 77 | 40 | 0 | 7 | 323 | 121 | 100 |
| Binary | 1011000 | 10100000 | 11101101 | 111111 | 100000 | 0 | 111 | 11010011 | 1010001 | 1000000 |
Color Harmonies of #58A0ED
Complementary color
Monochromatic Colors of #58A0ED
Black with #58A0ED
Text Example
Text Example
White with #58A0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A0ED; }
p { color: rgb(88,160,237); }
H1.HeaderClassName
{
color: #58A0ED;
}
.AnyTagClassName
{
color: #58A0ED;
}
</style>
background-color css
<style>
a { background-color: #58A0ED; }
a { background-color: rgb(88,160,237); }
div.DivClassName
{
background-color: #58A0ED;
}
.BgClassName
{
background-color: #58A0ED;
}
</style>
border-color css
<style>
span { border-color: #58A0ED; }
span { border-color: rgb(88,160,237); }
td.TdClassName
{
border-color: #58A0ED;
}
.TagClassName
{
border-color: #58A0ED;
}
</style>