Shades of Cornflower Blue #5E89FE
Tints of Cornflower Blue #5E89FE
RGB
CMYK
RGB Variations
Color information
#5E89FE (or 0x5E89FE) is known color: Cornflower Blue. HEX triplet: 5E, 89 and FE. RGB value is (94,137,254). Sum of RGB (Red+Green+Blue) = 94+137+254=485 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.38% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E89FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E89FE is #A17601. Grayscale: #888888. Windows color (decimal): -10581506 or 16681310. OLE color: 16681310.
HSL color Cylindrical-coordinate representation of color #5E89FE: hue angle of 223.88º 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 #5E89FE is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 137 | 254 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.00 |
| HSL | 223.88º | 0.99% | 0.68% | - |
| HSV(B) | 223.88º | 0.63% | 1% | - |
| XYZ | 31.45 | 27.43 | 97.4 | - |
| YUV | 137.48 | 193.75 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 254 | 0.63 | 0.46 | 0 | 0.00 | 223.88 | 0.99 | 0.68 |
| Hex | 5E | 89 | FE | 3F | 2E | 0 | 0 | E0 | 63 | 44 |
| Octal | 136 | 211 | 376 | 77 | 56 | 0 | 0 | 340 | 143 | 104 |
| Binary | 1011110 | 10001001 | 11111110 | 111111 | 101110 | 0 | 0 | 11100000 | 1100011 | 1000100 |
Color Harmonies of #5E89FE
Complementary color
Monochromatic Colors of #5E89FE
Black with #5E89FE
Text Example
Text Example
White with #5E89FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E89FE; }
p { color: rgb(94,137,254); }
H1.HeaderClassName
{
color: #5E89FE;
}
.AnyTagClassName
{
color: #5E89FE;
}
</style>
background-color css
<style>
a { background-color: #5E89FE; }
a { background-color: rgb(94,137,254); }
div.DivClassName
{
background-color: #5E89FE;
}
.BgClassName
{
background-color: #5E89FE;
}
</style>
border-color css
<style>
span { border-color: #5E89FE; }
span { border-color: rgb(94,137,254); }
td.TdClassName
{
border-color: #5E89FE;
}
.TagClassName
{
border-color: #5E89FE;
}
</style>