Shades of Cornflower Blue #58A1FF
Tints of Cornflower Blue #58A1FF
RGB
CMYK
RGB Variations
Color information
#58A1FF (or 0x58A1FF) is known color: Cornflower Blue. HEX triplet: 58, A1 and FF. RGB value is (88,161,255). Sum of RGB (Red+Green+Blue) = 88+161+255=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #58A1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A1FF is #A75E00. Grayscale: #959595. Windows color (decimal): -10968577 or 16752984. OLE color: 16752984.
HSL color Cylindrical-coordinate representation of color #58A1FF: hue angle of 213.77º 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 #58A1FF is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 161 | 255 | - |
| CMYK | 0.65 | 0.37 | 0 | 0 |
| HSL | 213.77º | 1% | 0.67% | - |
| HSV(B) | 213.77º | 0.65% | 1% | - |
| XYZ | 34.82 | 34.78 | 99.49 | - |
| YUV | 149.89 | 187.32 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 161 | 255 | 0.65 | 0.37 | 0 | 0 | 213.77 | 1 | 0.67 |
| Hex | 58 | A1 | FF | 41 | 25 | 0 | 0 | D6 | 64 | 43 |
| Octal | 130 | 241 | 377 | 101 | 45 | 0 | 0 | 326 | 144 | 103 |
| Binary | 1011000 | 10100001 | 11111111 | 1000001 | 100101 | 0 | 0 | 11010110 | 1100100 | 1000011 |
Color Harmonies of #58A1FF
Complementary color
Monochromatic Colors of #58A1FF
Black with #58A1FF
Text Example
Text Example
White with #58A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A1FF; }
p { color: rgb(88,161,255); }
H1.HeaderClassName
{
color: #58A1FF;
}
.AnyTagClassName
{
color: #58A1FF;
}
</style>
background-color css
<style>
a { background-color: #58A1FF; }
a { background-color: rgb(88,161,255); }
div.DivClassName
{
background-color: #58A1FF;
}
.BgClassName
{
background-color: #58A1FF;
}
</style>
border-color css
<style>
span { border-color: #58A1FF; }
span { border-color: rgb(88,161,255); }
td.TdClassName
{
border-color: #58A1FF;
}
.TagClassName
{
border-color: #58A1FF;
}
</style>