Shades of Cornflower Blue #5E78FE
Tints of Cornflower Blue #5E78FE
RGB
CMYK
RGB Variations
Color information
#5E78FE (or 0x5E78FE) is known color: Cornflower Blue. HEX triplet: 5E, 78 and FE. RGB value is (94,120,254). Sum of RGB (Red+Green+Blue) = 94+120+254=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E78FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E78FE is #A18701. Grayscale: #7E7E7E. Windows color (decimal): -10585858 or 16676958. OLE color: 16676958.
HSL color Cylindrical-coordinate representation of color #5E78FE: hue angle of 230.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 #5E78FE is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 120 | 254 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.00 |
| HSL | 230.25º | 0.99% | 0.68% | - |
| HSV(B) | 230.25º | 0.63% | 1% | - |
| XYZ | 29.22 | 22.97 | 96.66 | - |
| YUV | 127.5 | 199.39 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 254 | 0.63 | 0.53 | 0 | 0.00 | 230.25 | 0.99 | 0.68 |
| Hex | 5E | 78 | FE | 3F | 35 | 0 | 0 | E6 | 63 | 44 |
| Octal | 136 | 170 | 376 | 77 | 65 | 0 | 0 | 346 | 143 | 104 |
| Binary | 1011110 | 1111000 | 11111110 | 111111 | 110101 | 0 | 0 | 11100110 | 1100011 | 1000100 |
Color Harmonies of #5E78FE
Complementary color
Monochromatic Colors of #5E78FE
Black with #5E78FE
Text Example
Text Example
White with #5E78FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E78FE; }
p { color: rgb(94,120,254); }
H1.HeaderClassName
{
color: #5E78FE;
}
.AnyTagClassName
{
color: #5E78FE;
}
</style>
background-color css
<style>
a { background-color: #5E78FE; }
a { background-color: rgb(94,120,254); }
div.DivClassName
{
background-color: #5E78FE;
}
.BgClassName
{
background-color: #5E78FE;
}
</style>
border-color css
<style>
span { border-color: #5E78FE; }
span { border-color: rgb(94,120,254); }
td.TdClassName
{
border-color: #5E78FE;
}
.TagClassName
{
border-color: #5E78FE;
}
</style>