Shades of Cornflower Blue #5E7AFC
Tints of Cornflower Blue #5E7AFC
RGB
CMYK
RGB Variations
Color information
#5E7AFC (or 0x5E7AFC) is known color: Cornflower Blue. HEX triplet: 5E, 7A and FC. RGB value is (94,122,252). Sum of RGB (Red+Green+Blue) = 94+122+252=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E7AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E7AFC is #A18503. Grayscale: #7F7F7F. Windows color (decimal): -10585348 or 16546398. OLE color: 16546398.
HSL color Cylindrical-coordinate representation of color #5E7AFC: hue angle of 229.37º 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 #5E7AFC is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 122 | 252 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.01 |
| HSL | 229.37º | 0.96% | 0.68% | - |
| HSV(B) | 229.37º | 0.63% | 0.99% | - |
| XYZ | 29.15 | 23.33 | 95.06 | - |
| YUV | 128.45 | 197.72 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 122 | 252 | 0.63 | 0.52 | 0 | 0.01 | 229.37 | 0.96 | 0.68 |
| Hex | 5E | 7A | FC | 3F | 34 | 0 | 1 | E5 | 60 | 44 |
| Octal | 136 | 172 | 374 | 77 | 64 | 0 | 1 | 345 | 140 | 104 |
| Binary | 1011110 | 1111010 | 11111100 | 111111 | 110100 | 0 | 1 | 11100101 | 1100000 | 1000100 |
Color Harmonies of #5E7AFC
Complementary color
Monochromatic Colors of #5E7AFC
Black with #5E7AFC
Text Example
Text Example
White with #5E7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7AFC; }
p { color: rgb(94,122,252); }
H1.HeaderClassName
{
color: #5E7AFC;
}
.AnyTagClassName
{
color: #5E7AFC;
}
</style>
background-color css
<style>
a { background-color: #5E7AFC; }
a { background-color: rgb(94,122,252); }
div.DivClassName
{
background-color: #5E7AFC;
}
.BgClassName
{
background-color: #5E7AFC;
}
</style>
border-color css
<style>
span { border-color: #5E7AFC; }
span { border-color: rgb(94,122,252); }
td.TdClassName
{
border-color: #5E7AFC;
}
.TagClassName
{
border-color: #5E7AFC;
}
</style>