Shades of Cornflower Blue #588FFF
Tints of Cornflower Blue #588FFF
RGB
CMYK
RGB Variations
Color information
#588FFF (or 0x588FFF) is known color: Cornflower Blue. HEX triplet: 58, 8F and FF. RGB value is (88,143,255). Sum of RGB (Red+Green+Blue) = 88+143+255=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #588FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588FFF is #A77000. Grayscale: #8A8A8A. Windows color (decimal): -10973185 or 16748376. OLE color: 16748376.
HSL color Cylindrical-coordinate representation of color #588FFF: hue angle of 220.24º 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 #588FFF is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 143 | 255 | - |
| CMYK | 0.65 | 0.44 | 0 | 0 |
| HSL | 220.24º | 1% | 0.67% | - |
| HSV(B) | 220.24º | 0.65% | 1% | - |
| XYZ | 31.9 | 28.94 | 98.51 | - |
| YUV | 139.32 | 193.28 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 143 | 255 | 0.65 | 0.44 | 0 | 0 | 220.24 | 1 | 0.67 |
| Hex | 58 | 8F | FF | 41 | 2C | 0 | 0 | DC | 64 | 43 |
| Octal | 130 | 217 | 377 | 101 | 54 | 0 | 0 | 334 | 144 | 103 |
| Binary | 1011000 | 10001111 | 11111111 | 1000001 | 101100 | 0 | 0 | 11011100 | 1100100 | 1000011 |
Color Harmonies of #588FFF
Complementary color
Monochromatic Colors of #588FFF
Black with #588FFF
Text Example
Text Example
White with #588FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588FFF; }
p { color: rgb(88,143,255); }
H1.HeaderClassName
{
color: #588FFF;
}
.AnyTagClassName
{
color: #588FFF;
}
</style>
background-color css
<style>
a { background-color: #588FFF; }
a { background-color: rgb(88,143,255); }
div.DivClassName
{
background-color: #588FFF;
}
.BgClassName
{
background-color: #588FFF;
}
</style>
border-color css
<style>
span { border-color: #588FFF; }
span { border-color: rgb(88,143,255); }
td.TdClassName
{
border-color: #588FFF;
}
.TagClassName
{
border-color: #588FFF;
}
</style>