Shades of Cornflower Blue #58A1ED
Tints of Cornflower Blue #58A1ED
RGB
CMYK
RGB Variations
Color information
#58A1ED (or 0x58A1ED) is known color: Cornflower Blue. HEX triplet: 58, A1 and ED. RGB value is (88,161,237). Sum of RGB (Red+Green+Blue) = 88+161+237=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #58A1ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A1ED is #A75E12. Grayscale: #939393. Windows color (decimal): -10968595 or 15573336. OLE color: 15573336.
HSL color Cylindrical-coordinate representation of color #58A1ED: hue angle of 210.6º 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 #58A1ED is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 161 | 237 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.07 |
| HSL | 210.6º | 0.81% | 0.64% | - |
| HSV(B) | 210.6º | 0.63% | 0.93% | - |
| XYZ | 32.06 | 33.68 | 84.93 | - |
| YUV | 147.84 | 178.32 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 161 | 237 | 0.63 | 0.32 | 0 | 0.07 | 210.6 | 0.81 | 0.64 |
| Hex | 58 | A1 | ED | 3F | 20 | 0 | 7 | D3 | 51 | 40 |
| Octal | 130 | 241 | 355 | 77 | 40 | 0 | 7 | 323 | 121 | 100 |
| Binary | 1011000 | 10100001 | 11101101 | 111111 | 100000 | 0 | 111 | 11010011 | 1010001 | 1000000 |
Color Harmonies of #58A1ED
Complementary color
Monochromatic Colors of #58A1ED
Black with #58A1ED
Text Example
Text Example
White with #58A1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A1ED; }
p { color: rgb(88,161,237); }
H1.HeaderClassName
{
color: #58A1ED;
}
.AnyTagClassName
{
color: #58A1ED;
}
</style>
background-color css
<style>
a { background-color: #58A1ED; }
a { background-color: rgb(88,161,237); }
div.DivClassName
{
background-color: #58A1ED;
}
.BgClassName
{
background-color: #58A1ED;
}
</style>
border-color css
<style>
span { border-color: #58A1ED; }
span { border-color: rgb(88,161,237); }
td.TdClassName
{
border-color: #58A1ED;
}
.TagClassName
{
border-color: #58A1ED;
}
</style>