Shades of Cornflower Blue #588BF1
Tints of Cornflower Blue #588BF1
RGB
CMYK
RGB Variations
Color information
#588BF1 (or 0x588BF1) is known color: Cornflower Blue. HEX triplet: 58, 8B and F1. RGB value is (88,139,241). Sum of RGB (Red+Green+Blue) = 88+139+241=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #588BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588BF1 is #A7740E. Grayscale: #868686. Windows color (decimal): -10974223 or 15829848. OLE color: 15829848.
HSL color Cylindrical-coordinate representation of color #588BF1: hue angle of 220º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #588BF1 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 139 | 241 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.05 |
| HSL | 220º | 0.85% | 0.65% | - |
| HSV(B) | 220º | 0.63% | 0.95% | - |
| XYZ | 29.13 | 26.89 | 86.87 | - |
| YUV | 135.38 | 187.6 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 241 | 0.63 | 0.42 | 0 | 0.05 | 220 | 0.85 | 0.65 |
| Hex | 58 | 8B | F1 | 3F | 2A | 0 | 5 | DC | 55 | 41 |
| Octal | 130 | 213 | 361 | 77 | 52 | 0 | 5 | 334 | 125 | 101 |
| Binary | 1011000 | 10001011 | 11110001 | 111111 | 101010 | 0 | 101 | 11011100 | 1010101 | 1000001 |
Color Harmonies of #588BF1
Complementary color
Monochromatic Colors of #588BF1
Black with #588BF1
Text Example
Text Example
White with #588BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588BF1; }
p { color: rgb(88,139,241); }
H1.HeaderClassName
{
color: #588BF1;
}
.AnyTagClassName
{
color: #588BF1;
}
</style>
background-color css
<style>
a { background-color: #588BF1; }
a { background-color: rgb(88,139,241); }
div.DivClassName
{
background-color: #588BF1;
}
.BgClassName
{
background-color: #588BF1;
}
</style>
border-color css
<style>
span { border-color: #588BF1; }
span { border-color: rgb(88,139,241); }
td.TdClassName
{
border-color: #588BF1;
}
.TagClassName
{
border-color: #588BF1;
}
</style>