Shades of Cornflower Blue #58A8FB
Tints of Cornflower Blue #58A8FB
RGB
CMYK
RGB Variations
Color information
#58A8FB (or 0x58A8FB) is known color: Cornflower Blue. HEX triplet: 58, A8 and FB. RGB value is (88,168,251). Sum of RGB (Red+Green+Blue) = 88+168+251=507 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.36% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #58A8FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A8FB is #A75704. Grayscale: #999999. Windows color (decimal): -10966789 or 16492632. OLE color: 16492632.
HSL color Cylindrical-coordinate representation of color #58A8FB: hue angle of 210.55º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58A8FB is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 168 | 251 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.02 |
| HSL | 210.55º | 0.95% | 0.66% | - |
| HSV(B) | 210.55º | 0.65% | 0.98% | - |
| XYZ | 35.44 | 37.05 | 96.55 | - |
| YUV | 153.54 | 183 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 168 | 251 | 0.65 | 0.33 | 0 | 0.02 | 210.55 | 0.95 | 0.66 |
| Hex | 58 | A8 | FB | 41 | 21 | 0 | 2 | D3 | 5F | 42 |
| Octal | 130 | 250 | 373 | 101 | 41 | 0 | 2 | 323 | 137 | 102 |
| Binary | 1011000 | 10101000 | 11111011 | 1000001 | 100001 | 0 | 10 | 11010011 | 1011111 | 1000010 |
Color Harmonies of #58A8FB
Complementary color
Monochromatic Colors of #58A8FB
Black with #58A8FB
Text Example
Text Example
White with #58A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A8FB; }
p { color: rgb(88,168,251); }
H1.HeaderClassName
{
color: #58A8FB;
}
.AnyTagClassName
{
color: #58A8FB;
}
</style>
background-color css
<style>
a { background-color: #58A8FB; }
a { background-color: rgb(88,168,251); }
div.DivClassName
{
background-color: #58A8FB;
}
.BgClassName
{
background-color: #58A8FB;
}
</style>
border-color css
<style>
span { border-color: #58A8FB; }
span { border-color: rgb(88,168,251); }
td.TdClassName
{
border-color: #58A8FB;
}
.TagClassName
{
border-color: #58A8FB;
}
</style>