Shades of Cornflower Blue #588FDA
Tints of Cornflower Blue #588FDA
RGB
CMYK
RGB Variations
Color information
#588FDA (or 0x588FDA) is known color: Cornflower Blue. HEX triplet: 58, 8F and DA. RGB value is (88,143,218). Sum of RGB (Red+Green+Blue) = 88+143+218=449 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.60% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #588FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588FDA is #A77025. Grayscale: #868686. Windows color (decimal): -10973222 or 14323544. OLE color: 14323544.
HSL color Cylindrical-coordinate representation of color #588FDA: hue angle of 214.62º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #588FDA is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 143 | 218 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.15 |
| HSL | 214.62º | 0.64% | 0.6% | - |
| HSV(B) | 214.62º | 0.6% | 0.85% | - |
| XYZ | 26.5 | 26.78 | 70.1 | - |
| YUV | 135.11 | 174.78 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 143 | 218 | 0.60 | 0.34 | 0 | 0.15 | 214.62 | 0.64 | 0.6 |
| Hex | 58 | 8F | DA | 3C | 22 | 0 | F | D7 | 40 | 3C |
| Octal | 130 | 217 | 332 | 74 | 42 | 0 | 17 | 327 | 100 | 74 |
| Binary | 1011000 | 10001111 | 11011010 | 111100 | 100010 | 0 | 1111 | 11010111 | 1000000 | 111100 |
Color Harmonies of #588FDA
Complementary color
Monochromatic Colors of #588FDA
Black with #588FDA
Text Example
Text Example
White with #588FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588FDA; }
p { color: rgb(88,143,218); }
H1.HeaderClassName
{
color: #588FDA;
}
.AnyTagClassName
{
color: #588FDA;
}
</style>
background-color css
<style>
a { background-color: #588FDA; }
a { background-color: rgb(88,143,218); }
div.DivClassName
{
background-color: #588FDA;
}
.BgClassName
{
background-color: #588FDA;
}
</style>
border-color css
<style>
span { border-color: #588FDA; }
span { border-color: rgb(88,143,218); }
td.TdClassName
{
border-color: #588FDA;
}
.TagClassName
{
border-color: #588FDA;
}
</style>