Shades of Cornflower Blue #588FF2
Tints of Cornflower Blue #588FF2
RGB
CMYK
RGB Variations
Color information
#588FF2 (or 0x588FF2) is known color: Cornflower Blue. HEX triplet: 58, 8F and F2. RGB value is (88,143,242). Sum of RGB (Red+Green+Blue) = 88+143+242=473 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.60% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #588FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #588FF2 is #A7700D. Grayscale: #898989. Windows color (decimal): -10973198 or 15896408. OLE color: 15896408.
HSL color Cylindrical-coordinate representation of color #588FF2: hue angle of 218.57º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #588FF2 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 143 | 242 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.05 |
| HSL | 218.57º | 0.86% | 0.65% | - |
| HSV(B) | 218.57º | 0.64% | 0.95% | - |
| XYZ | 29.87 | 28.13 | 87.86 | - |
| YUV | 137.84 | 186.78 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 143 | 242 | 0.64 | 0.41 | 0 | 0.05 | 218.57 | 0.86 | 0.65 |
| Hex | 58 | 8F | F2 | 40 | 29 | 0 | 5 | DB | 56 | 41 |
| Octal | 130 | 217 | 362 | 100 | 51 | 0 | 5 | 333 | 126 | 101 |
| Binary | 1011000 | 10001111 | 11110010 | 1000000 | 101001 | 0 | 101 | 11011011 | 1010110 | 1000001 |
Color Harmonies of #588FF2
Complementary color
Monochromatic Colors of #588FF2
Black with #588FF2
Text Example
Text Example
White with #588FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588FF2; }
p { color: rgb(88,143,242); }
H1.HeaderClassName
{
color: #588FF2;
}
.AnyTagClassName
{
color: #588FF2;
}
</style>
background-color css
<style>
a { background-color: #588FF2; }
a { background-color: rgb(88,143,242); }
div.DivClassName
{
background-color: #588FF2;
}
.BgClassName
{
background-color: #588FF2;
}
</style>
border-color css
<style>
span { border-color: #588FF2; }
span { border-color: rgb(88,143,242); }
td.TdClassName
{
border-color: #588FF2;
}
.TagClassName
{
border-color: #588FF2;
}
</style>