Shades of Cornflower Blue #5E88FE
Tints of Cornflower Blue #5E88FE
RGB
CMYK
RGB Variations
Color information
#5E88FE (or 0x5E88FE) is known color: Cornflower Blue. HEX triplet: 5E, 88 and FE. RGB value is (94,136,254). Sum of RGB (Red+Green+Blue) = 94+136+254=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E88FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E88FE is #A17701. Grayscale: #888888. Windows color (decimal): -10581762 or 16681054. OLE color: 16681054.
HSL color Cylindrical-coordinate representation of color #5E88FE: hue angle of 224.25º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E88FE is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 136 | 254 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.00 |
| HSL | 224.25º | 0.99% | 0.68% | - |
| HSV(B) | 224.25º | 0.63% | 1% | - |
| XYZ | 31.31 | 27.14 | 97.36 | - |
| YUV | 136.89 | 194.09 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 254 | 0.63 | 0.46 | 0 | 0.00 | 224.25 | 0.99 | 0.68 |
| Hex | 5E | 88 | FE | 3F | 2E | 0 | 0 | E0 | 63 | 44 |
| Octal | 136 | 210 | 376 | 77 | 56 | 0 | 0 | 340 | 143 | 104 |
| Binary | 1011110 | 10001000 | 11111110 | 111111 | 101110 | 0 | 0 | 11100000 | 1100011 | 1000100 |
Color Harmonies of #5E88FE
Complementary color
Monochromatic Colors of #5E88FE
Black with #5E88FE
Text Example
Text Example
White with #5E88FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E88FE; }
p { color: rgb(94,136,254); }
H1.HeaderClassName
{
color: #5E88FE;
}
.AnyTagClassName
{
color: #5E88FE;
}
</style>
background-color css
<style>
a { background-color: #5E88FE; }
a { background-color: rgb(94,136,254); }
div.DivClassName
{
background-color: #5E88FE;
}
.BgClassName
{
background-color: #5E88FE;
}
</style>
border-color css
<style>
span { border-color: #5E88FE; }
span { border-color: rgb(94,136,254); }
td.TdClassName
{
border-color: #5E88FE;
}
.TagClassName
{
border-color: #5E88FE;
}
</style>