Shades of Cornflower Blue #5E8FEA
Tints of Cornflower Blue #5E8FEA
RGB
CMYK
RGB Variations
Color information
#5E8FEA (or 0x5E8FEA) is known color: Cornflower Blue. HEX triplet: 5E, 8F and EA. RGB value is (94,143,234). Sum of RGB (Red+Green+Blue) = 94+143+234=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E8FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8FEA is #A17015. Grayscale: #8A8A8A. Windows color (decimal): -10579990 or 15372126. OLE color: 15372126.
HSL color Cylindrical-coordinate representation of color #5E8FEA: hue angle of 219º 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 #5E8FEA is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 143 | 234 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.08 |
| HSL | 219º | 0.77% | 0.64% | - |
| HSV(B) | 219º | 0.6% | 0.92% | - |
| XYZ | 29.29 | 27.97 | 81.7 | - |
| YUV | 138.72 | 181.77 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 143 | 234 | 0.60 | 0.39 | 0 | 0.08 | 219 | 0.77 | 0.64 |
| Hex | 5E | 8F | EA | 3C | 27 | 0 | 8 | DB | 4D | 40 |
| Octal | 136 | 217 | 352 | 74 | 47 | 0 | 10 | 333 | 115 | 100 |
| Binary | 1011110 | 10001111 | 11101010 | 111100 | 100111 | 0 | 1000 | 11011011 | 1001101 | 1000000 |
Color Harmonies of #5E8FEA
Complementary color
Monochromatic Colors of #5E8FEA
Black with #5E8FEA
Text Example
Text Example
White with #5E8FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8FEA; }
p { color: rgb(94,143,234); }
H1.HeaderClassName
{
color: #5E8FEA;
}
.AnyTagClassName
{
color: #5E8FEA;
}
</style>
background-color css
<style>
a { background-color: #5E8FEA; }
a { background-color: rgb(94,143,234); }
div.DivClassName
{
background-color: #5E8FEA;
}
.BgClassName
{
background-color: #5E8FEA;
}
</style>
border-color css
<style>
span { border-color: #5E8FEA; }
span { border-color: rgb(94,143,234); }
td.TdClassName
{
border-color: #5E8FEA;
}
.TagClassName
{
border-color: #5E8FEA;
}
</style>