Shades of Cornflower Blue #5E88FC
Tints of Cornflower Blue #5E88FC
RGB
CMYK
RGB Variations
Color information
#5E88FC (or 0x5E88FC) is known color: Cornflower Blue. HEX triplet: 5E, 88 and FC. RGB value is (94,136,252). Sum of RGB (Red+Green+Blue) = 94+136+252=482 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.50% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E88FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E88FC is #A17703. Grayscale: #888888. Windows color (decimal): -10581764 or 16549982. OLE color: 16549982.
HSL color Cylindrical-coordinate representation of color #5E88FC: hue angle of 224.05º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E88FC is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 136 | 252 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.01 |
| HSL | 224.05º | 0.96% | 0.68% | - |
| HSV(B) | 224.05º | 0.63% | 0.99% | - |
| XYZ | 30.99 | 27.02 | 95.68 | - |
| YUV | 136.67 | 193.09 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 252 | 0.63 | 0.46 | 0 | 0.01 | 224.05 | 0.96 | 0.68 |
| Hex | 5E | 88 | FC | 3F | 2E | 0 | 1 | E0 | 60 | 44 |
| Octal | 136 | 210 | 374 | 77 | 56 | 0 | 1 | 340 | 140 | 104 |
| Binary | 1011110 | 10001000 | 11111100 | 111111 | 101110 | 0 | 1 | 11100000 | 1100000 | 1000100 |
Color Harmonies of #5E88FC
Complementary color
Monochromatic Colors of #5E88FC
Black with #5E88FC
Text Example
Text Example
White with #5E88FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E88FC; }
p { color: rgb(94,136,252); }
H1.HeaderClassName
{
color: #5E88FC;
}
.AnyTagClassName
{
color: #5E88FC;
}
</style>
background-color css
<style>
a { background-color: #5E88FC; }
a { background-color: rgb(94,136,252); }
div.DivClassName
{
background-color: #5E88FC;
}
.BgClassName
{
background-color: #5E88FC;
}
</style>
border-color css
<style>
span { border-color: #5E88FC; }
span { border-color: rgb(94,136,252); }
td.TdClassName
{
border-color: #5E88FC;
}
.TagClassName
{
border-color: #5E88FC;
}
</style>