Shades of Cornflower Blue #5E8CEA
Tints of Cornflower Blue #5E8CEA
RGB
CMYK
RGB Variations
Color information
#5E8CEA (or 0x5E8CEA) is known color: Cornflower Blue. HEX triplet: 5E, 8C and EA. RGB value is (94,140,234). Sum of RGB (Red+Green+Blue) = 94+140+234=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E8CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8CEA is #A17315. Grayscale: #888888. Windows color (decimal): -10580758 or 15371358. OLE color: 15371358.
HSL color Cylindrical-coordinate representation of color #5E8CEA: hue angle of 220.29º 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 #5E8CEA is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 140 | 234 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.08 |
| HSL | 220.29º | 0.77% | 0.64% | - |
| HSV(B) | 220.29º | 0.6% | 0.92% | - |
| XYZ | 28.85 | 27.08 | 81.55 | - |
| YUV | 136.96 | 182.76 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 140 | 234 | 0.60 | 0.40 | 0 | 0.08 | 220.29 | 0.77 | 0.64 |
| Hex | 5E | 8C | EA | 3C | 28 | 0 | 8 | DC | 4D | 40 |
| Octal | 136 | 214 | 352 | 74 | 50 | 0 | 10 | 334 | 115 | 100 |
| Binary | 1011110 | 10001100 | 11101010 | 111100 | 101000 | 0 | 1000 | 11011100 | 1001101 | 1000000 |
Color Harmonies of #5E8CEA
Complementary color
Monochromatic Colors of #5E8CEA
Black with #5E8CEA
Text Example
Text Example
White with #5E8CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8CEA; }
p { color: rgb(94,140,234); }
H1.HeaderClassName
{
color: #5E8CEA;
}
.AnyTagClassName
{
color: #5E8CEA;
}
</style>
background-color css
<style>
a { background-color: #5E8CEA; }
a { background-color: rgb(94,140,234); }
div.DivClassName
{
background-color: #5E8CEA;
}
.BgClassName
{
background-color: #5E8CEA;
}
</style>
border-color css
<style>
span { border-color: #5E8CEA; }
span { border-color: rgb(94,140,234); }
td.TdClassName
{
border-color: #5E8CEA;
}
.TagClassName
{
border-color: #5E8CEA;
}
</style>