Shades of Cornflower Blue #58A5EC
Tints of Cornflower Blue #58A5EC
RGB
CMYK
RGB Variations
Color information
#58A5EC (or 0x58A5EC) is known color: Cornflower Blue. HEX triplet: 58, A5 and EC. RGB value is (88,165,236). Sum of RGB (Red+Green+Blue) = 88+165+236=489 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.00% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #58A5EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A5EC is #A75A13. Grayscale: #959595. Windows color (decimal): -10967572 or 15508824. OLE color: 15508824.
HSL color Cylindrical-coordinate representation of color #58A5EC: hue angle of 208.78º degrees, saturation: 0.8, 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 #58A5EC is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 165 | 236 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.07 |
| HSL | 208.78º | 0.8% | 0.64% | - |
| HSV(B) | 208.78º | 0.63% | 0.93% | - |
| XYZ | 32.62 | 35.04 | 84.4 | - |
| YUV | 150.07 | 176.49 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 165 | 236 | 0.63 | 0.30 | 0 | 0.07 | 208.78 | 0.8 | 0.64 |
| Hex | 58 | A5 | EC | 3F | 1E | 0 | 7 | D1 | 50 | 40 |
| Octal | 130 | 245 | 354 | 77 | 36 | 0 | 7 | 321 | 120 | 100 |
| Binary | 1011000 | 10100101 | 11101100 | 111111 | 11110 | 0 | 111 | 11010001 | 1010000 | 1000000 |
Color Harmonies of #58A5EC
Complementary color
Monochromatic Colors of #58A5EC
Black with #58A5EC
Text Example
Text Example
White with #58A5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A5EC; }
p { color: rgb(88,165,236); }
H1.HeaderClassName
{
color: #58A5EC;
}
.AnyTagClassName
{
color: #58A5EC;
}
</style>
background-color css
<style>
a { background-color: #58A5EC; }
a { background-color: rgb(88,165,236); }
div.DivClassName
{
background-color: #58A5EC;
}
.BgClassName
{
background-color: #58A5EC;
}
</style>
border-color css
<style>
span { border-color: #58A5EC; }
span { border-color: rgb(88,165,236); }
td.TdClassName
{
border-color: #58A5EC;
}
.TagClassName
{
border-color: #58A5EC;
}
</style>