Shades of Cornflower Blue #5E80FE
Tints of Cornflower Blue #5E80FE
RGB
CMYK
RGB Variations
Color information
#5E80FE (or 0x5E80FE) is known color: Cornflower Blue. HEX triplet: 5E, 80 and FE. RGB value is (94,128,254). Sum of RGB (Red+Green+Blue) = 94+128+254=476 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.75% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E80FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E80FE is #A17F01. Grayscale: #838383. Windows color (decimal): -10583810 or 16679006. OLE color: 16679006.
HSL color Cylindrical-coordinate representation of color #5E80FE: hue angle of 227.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 #5E80FE is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 128 | 254 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.00 |
| HSL | 227.25º | 0.99% | 0.68% | - |
| HSV(B) | 227.25º | 0.63% | 1% | - |
| XYZ | 30.22 | 24.97 | 96.99 | - |
| YUV | 132.2 | 196.74 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 254 | 0.63 | 0.50 | 0 | 0.00 | 227.25 | 0.99 | 0.68 |
| Hex | 5E | 80 | FE | 3F | 32 | 0 | 0 | E3 | 63 | 44 |
| Octal | 136 | 200 | 376 | 77 | 62 | 0 | 0 | 343 | 143 | 104 |
| Binary | 1011110 | 10000000 | 11111110 | 111111 | 110010 | 0 | 0 | 11100011 | 1100011 | 1000100 |
Color Harmonies of #5E80FE
Complementary color
Monochromatic Colors of #5E80FE
Black with #5E80FE
Text Example
Text Example
White with #5E80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E80FE; }
p { color: rgb(94,128,254); }
H1.HeaderClassName
{
color: #5E80FE;
}
.AnyTagClassName
{
color: #5E80FE;
}
</style>
background-color css
<style>
a { background-color: #5E80FE; }
a { background-color: rgb(94,128,254); }
div.DivClassName
{
background-color: #5E80FE;
}
.BgClassName
{
background-color: #5E80FE;
}
</style>
border-color css
<style>
span { border-color: #5E80FE; }
span { border-color: rgb(94,128,254); }
td.TdClassName
{
border-color: #5E80FE;
}
.TagClassName
{
border-color: #5E80FE;
}
</style>