Shades of Cornflower Blue #58A5FE
Tints of Cornflower Blue #58A5FE
RGB
CMYK
RGB Variations
Color information
#58A5FE (or 0x58A5FE) is known color: Cornflower Blue. HEX triplet: 58, A5 and FE. RGB value is (88,165,254). Sum of RGB (Red+Green+Blue) = 88+165+254=507 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.36% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #58A5FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A5FE is #A75A01. Grayscale: #979797. Windows color (decimal): -10967554 or 16688472. OLE color: 16688472.
HSL color Cylindrical-coordinate representation of color #58A5FE: hue angle of 212.17º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58A5FE is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 165 | 254 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.00 |
| HSL | 212.17º | 0.99% | 0.67% | - |
| HSV(B) | 212.17º | 0.65% | 1% | - |
| XYZ | 35.37 | 36.14 | 98.88 | - |
| YUV | 152.12 | 185.49 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 165 | 254 | 0.65 | 0.35 | 0 | 0.00 | 212.17 | 0.99 | 0.67 |
| Hex | 58 | A5 | FE | 41 | 23 | 0 | 0 | D4 | 63 | 43 |
| Octal | 130 | 245 | 376 | 101 | 43 | 0 | 0 | 324 | 143 | 103 |
| Binary | 1011000 | 10100101 | 11111110 | 1000001 | 100011 | 0 | 0 | 11010100 | 1100011 | 1000011 |
Color Harmonies of #58A5FE
Complementary color
Monochromatic Colors of #58A5FE
Black with #58A5FE
Text Example
Text Example
White with #58A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A5FE; }
p { color: rgb(88,165,254); }
H1.HeaderClassName
{
color: #58A5FE;
}
.AnyTagClassName
{
color: #58A5FE;
}
</style>
background-color css
<style>
a { background-color: #58A5FE; }
a { background-color: rgb(88,165,254); }
div.DivClassName
{
background-color: #58A5FE;
}
.BgClassName
{
background-color: #58A5FE;
}
</style>
border-color css
<style>
span { border-color: #58A5FE; }
span { border-color: rgb(88,165,254); }
td.TdClassName
{
border-color: #58A5FE;
}
.TagClassName
{
border-color: #58A5FE;
}
</style>