Shades of Cornflower Blue #58A0FF
Tints of Cornflower Blue #58A0FF
RGB
CMYK
RGB Variations
Color information
#58A0FF (or 0x58A0FF) is known color: Cornflower Blue. HEX triplet: 58, A0 and FF. RGB value is (88,160,255). Sum of RGB (Red+Green+Blue) = 88+160+255=503 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.50% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #58A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A0FF is #A75F00. Grayscale: #949494. Windows color (decimal): -10968833 or 16752728. OLE color: 16752728.
HSL color Cylindrical-coordinate representation of color #58A0FF: hue angle of 214.13º 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 #58A0FF is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 160 | 255 | - |
| CMYK | 0.65 | 0.37 | 0 | 0 |
| HSL | 214.13º | 1% | 0.67% | - |
| HSV(B) | 214.13º | 0.65% | 1% | - |
| XYZ | 34.65 | 34.44 | 99.43 | - |
| YUV | 149.3 | 187.65 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 160 | 255 | 0.65 | 0.37 | 0 | 0 | 214.13 | 1 | 0.67 |
| Hex | 58 | A0 | FF | 41 | 25 | 0 | 0 | D6 | 64 | 43 |
| Octal | 130 | 240 | 377 | 101 | 45 | 0 | 0 | 326 | 144 | 103 |
| Binary | 1011000 | 10100000 | 11111111 | 1000001 | 100101 | 0 | 0 | 11010110 | 1100100 | 1000011 |
Color Harmonies of #58A0FF
Complementary color
Monochromatic Colors of #58A0FF
Black with #58A0FF
Text Example
Text Example
White with #58A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A0FF; }
p { color: rgb(88,160,255); }
H1.HeaderClassName
{
color: #58A0FF;
}
.AnyTagClassName
{
color: #58A0FF;
}
</style>
background-color css
<style>
a { background-color: #58A0FF; }
a { background-color: rgb(88,160,255); }
div.DivClassName
{
background-color: #58A0FF;
}
.BgClassName
{
background-color: #58A0FF;
}
</style>
border-color css
<style>
span { border-color: #58A0FF; }
span { border-color: rgb(88,160,255); }
td.TdClassName
{
border-color: #58A0FF;
}
.TagClassName
{
border-color: #58A0FF;
}
</style>