Shades of Cornflower Blue #5E9CEB
Tints of Cornflower Blue #5E9CEB
RGB
CMYK
RGB Variations
Color information
#5E9CEB (or 0x5E9CEB) is known color: Cornflower Blue. HEX triplet: 5E, 9C and EB. RGB value is (94,156,235). Sum of RGB (Red+Green+Blue) = 94+156+235=485 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.38% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E9CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9CEB is #A16314. Grayscale: #929292. Windows color (decimal): -10576661 or 15440990. OLE color: 15440990.
HSL color Cylindrical-coordinate representation of color #5E9CEB: hue angle of 213.62º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E9CEB is Cyan = 0.6, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 156 | 235 | - |
| CMYK | 0.6 | 0.34 | 0 | 0.08 |
| HSL | 213.62º | 0.78% | 0.65% | - |
| HSV(B) | 213.62º | 0.6% | 0.92% | - |
| XYZ | 31.5 | 32.15 | 83.14 | - |
| YUV | 146.47 | 177.96 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 156 | 235 | 0.6 | 0.34 | 0 | 0.08 | 213.62 | 0.78 | 0.65 |
| Hex | 5E | 9C | EB | 3C | 22 | 0 | 8 | D6 | 4E | 41 |
| Octal | 136 | 234 | 353 | 74 | 42 | 0 | 10 | 326 | 116 | 101 |
| Binary | 1011110 | 10011100 | 11101011 | 111100 | 100010 | 0 | 1000 | 11010110 | 1001110 | 1000001 |
Color Harmonies of #5E9CEB
Complementary color
Monochromatic Colors of #5E9CEB
Black with #5E9CEB
Text Example
Text Example
White with #5E9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9CEB; }
p { color: rgb(94,156,235); }
H1.HeaderClassName
{
color: #5E9CEB;
}
.AnyTagClassName
{
color: #5E9CEB;
}
</style>
background-color css
<style>
a { background-color: #5E9CEB; }
a { background-color: rgb(94,156,235); }
div.DivClassName
{
background-color: #5E9CEB;
}
.BgClassName
{
background-color: #5E9CEB;
}
</style>
border-color css
<style>
span { border-color: #5E9CEB; }
span { border-color: rgb(94,156,235); }
td.TdClassName
{
border-color: #5E9CEB;
}
.TagClassName
{
border-color: #5E9CEB;
}
</style>