Shades of Cornflower Blue #5E98FE
Tints of Cornflower Blue #5E98FE
RGB
CMYK
RGB Variations
Color information
#5E98FE (or 0x5E98FE) is known color: Cornflower Blue. HEX triplet: 5E, 98 and FE. RGB value is (94,152,254). Sum of RGB (Red+Green+Blue) = 94+152+254=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E98FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E98FE is #A16701. Grayscale: #919191. Windows color (decimal): -10577666 or 16685150. OLE color: 16685150.
HSL color Cylindrical-coordinate representation of color #5E98FE: hue angle of 218.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 #5E98FE is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 152 | 254 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.00 |
| HSL | 218.25º | 0.99% | 0.68% | - |
| HSV(B) | 218.25º | 0.63% | 1% | - |
| XYZ | 33.73 | 31.99 | 98.16 | - |
| YUV | 146.29 | 188.78 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 254 | 0.63 | 0.40 | 0 | 0.00 | 218.25 | 0.99 | 0.68 |
| Hex | 5E | 98 | FE | 3F | 28 | 0 | 0 | DA | 63 | 44 |
| Octal | 136 | 230 | 376 | 77 | 50 | 0 | 0 | 332 | 143 | 104 |
| Binary | 1011110 | 10011000 | 11111110 | 111111 | 101000 | 0 | 0 | 11011010 | 1100011 | 1000100 |
Color Harmonies of #5E98FE
Complementary color
Monochromatic Colors of #5E98FE
Black with #5E98FE
Text Example
Text Example
White with #5E98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E98FE; }
p { color: rgb(94,152,254); }
H1.HeaderClassName
{
color: #5E98FE;
}
.AnyTagClassName
{
color: #5E98FE;
}
</style>
background-color css
<style>
a { background-color: #5E98FE; }
a { background-color: rgb(94,152,254); }
div.DivClassName
{
background-color: #5E98FE;
}
.BgClassName
{
background-color: #5E98FE;
}
</style>
border-color css
<style>
span { border-color: #5E98FE; }
span { border-color: rgb(94,152,254); }
td.TdClassName
{
border-color: #5E98FE;
}
.TagClassName
{
border-color: #5E98FE;
}
</style>