Shades of Cornflower Blue #58A8FD
Tints of Cornflower Blue #58A8FD
RGB
CMYK
RGB Variations
Color information
#58A8FD (or 0x58A8FD) is known color: Cornflower Blue. HEX triplet: 58, A8 and FD. RGB value is (88,168,253). Sum of RGB (Red+Green+Blue) = 88+168+253=509 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.29% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #58A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A8FD is #A75702. Grayscale: #999999. Windows color (decimal): -10966787 or 16623704. OLE color: 16623704.
HSL color Cylindrical-coordinate representation of color #58A8FD: hue angle of 210.91º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58A8FD is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 168 | 253 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.01 |
| HSL | 210.91º | 0.98% | 0.67% | - |
| HSV(B) | 210.91º | 0.65% | 0.99% | - |
| XYZ | 35.76 | 37.17 | 98.22 | - |
| YUV | 153.77 | 184 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 168 | 253 | 0.65 | 0.34 | 0 | 0.01 | 210.91 | 0.98 | 0.67 |
| Hex | 58 | A8 | FD | 41 | 22 | 0 | 1 | D3 | 62 | 43 |
| Octal | 130 | 250 | 375 | 101 | 42 | 0 | 1 | 323 | 142 | 103 |
| Binary | 1011000 | 10101000 | 11111101 | 1000001 | 100010 | 0 | 1 | 11010011 | 1100010 | 1000011 |
Color Harmonies of #58A8FD
Complementary color
Monochromatic Colors of #58A8FD
Black with #58A8FD
Text Example
Text Example
White with #58A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A8FD; }
p { color: rgb(88,168,253); }
H1.HeaderClassName
{
color: #58A8FD;
}
.AnyTagClassName
{
color: #58A8FD;
}
</style>
background-color css
<style>
a { background-color: #58A8FD; }
a { background-color: rgb(88,168,253); }
div.DivClassName
{
background-color: #58A8FD;
}
.BgClassName
{
background-color: #58A8FD;
}
</style>
border-color css
<style>
span { border-color: #58A8FD; }
span { border-color: rgb(88,168,253); }
td.TdClassName
{
border-color: #58A8FD;
}
.TagClassName
{
border-color: #58A8FD;
}
</style>