Shades of Cornflower Blue #5E7FEA
Tints of Cornflower Blue #5E7FEA
RGB
CMYK
RGB Variations
Color information
#5E7FEA (or 0x5E7FEA) is known color: Cornflower Blue. HEX triplet: 5E, 7F and EA. RGB value is (94,127,234). Sum of RGB (Red+Green+Blue) = 94+127+234=455 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.66% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E7FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E7FEA is #A18015. Grayscale: #808080. Windows color (decimal): -10584086 or 15368030. OLE color: 15368030.
HSL color Cylindrical-coordinate representation of color #5E7FEA: hue angle of 225.86º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E7FEA is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 127 | 234 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.08 |
| HSL | 225.86º | 0.77% | 0.64% | - |
| HSV(B) | 225.86º | 0.6% | 0.92% | - |
| XYZ | 27.06 | 23.5 | 80.95 | - |
| YUV | 129.33 | 187.07 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 127 | 234 | 0.60 | 0.46 | 0 | 0.08 | 225.86 | 0.77 | 0.64 |
| Hex | 5E | 7F | EA | 3C | 2E | 0 | 8 | E2 | 4D | 40 |
| Octal | 136 | 177 | 352 | 74 | 56 | 0 | 10 | 342 | 115 | 100 |
| Binary | 1011110 | 1111111 | 11101010 | 111100 | 101110 | 0 | 1000 | 11100010 | 1001101 | 1000000 |
Color Harmonies of #5E7FEA
Complementary color
Monochromatic Colors of #5E7FEA
Black with #5E7FEA
Text Example
Text Example
White with #5E7FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7FEA; }
p { color: rgb(94,127,234); }
H1.HeaderClassName
{
color: #5E7FEA;
}
.AnyTagClassName
{
color: #5E7FEA;
}
</style>
background-color css
<style>
a { background-color: #5E7FEA; }
a { background-color: rgb(94,127,234); }
div.DivClassName
{
background-color: #5E7FEA;
}
.BgClassName
{
background-color: #5E7FEA;
}
</style>
border-color css
<style>
span { border-color: #5E7FEA; }
span { border-color: rgb(94,127,234); }
td.TdClassName
{
border-color: #5E7FEA;
}
.TagClassName
{
border-color: #5E7FEA;
}
</style>