Shades of Cornflower Blue #5887FA
Tints of Cornflower Blue #5887FA
RGB
CMYK
RGB Variations
Color information
#5887FA (or 0x5887FA) is known color: Cornflower Blue. HEX triplet: 58, 87 and FA. RGB value is (88,135,250). Sum of RGB (Red+Green+Blue) = 88+135+250=473 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.60% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #5887FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5887FA is #A77805. Grayscale: #858585. Windows color (decimal): -10975238 or 16418648. OLE color: 16418648.
HSL color Cylindrical-coordinate representation of color #5887FA: hue angle of 222.59º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5887FA is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 135 | 250 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.02 |
| HSL | 222.59º | 0.94% | 0.66% | - |
| HSV(B) | 222.59º | 0.65% | 0.98% | - |
| XYZ | 29.94 | 26.3 | 93.94 | - |
| YUV | 134.06 | 193.43 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 135 | 250 | 0.65 | 0.46 | 0 | 0.02 | 222.59 | 0.94 | 0.66 |
| Hex | 58 | 87 | FA | 41 | 2E | 0 | 2 | DF | 5E | 42 |
| Octal | 130 | 207 | 372 | 101 | 56 | 0 | 2 | 337 | 136 | 102 |
| Binary | 1011000 | 10000111 | 11111010 | 1000001 | 101110 | 0 | 10 | 11011111 | 1011110 | 1000010 |
Color Harmonies of #5887FA
Complementary color
Monochromatic Colors of #5887FA
Black with #5887FA
Text Example
Text Example
White with #5887FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5887FA; }
p { color: rgb(88,135,250); }
H1.HeaderClassName
{
color: #5887FA;
}
.AnyTagClassName
{
color: #5887FA;
}
</style>
background-color css
<style>
a { background-color: #5887FA; }
a { background-color: rgb(88,135,250); }
div.DivClassName
{
background-color: #5887FA;
}
.BgClassName
{
background-color: #5887FA;
}
</style>
border-color css
<style>
span { border-color: #5887FA; }
span { border-color: rgb(88,135,250); }
td.TdClassName
{
border-color: #5887FA;
}
.TagClassName
{
border-color: #5887FA;
}
</style>