Shades of Cornflower Blue #5E9CEC
Tints of Cornflower Blue #5E9CEC
RGB
CMYK
RGB Variations
Color information
#5E9CEC (or 0x5E9CEC) is known color: Cornflower Blue. HEX triplet: 5E, 9C and EC. RGB value is (94,156,236). Sum of RGB (Red+Green+Blue) = 94+156+236=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #5E9CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9CEC is #A16313. Grayscale: #929292. Windows color (decimal): -10576660 or 15506526. OLE color: 15506526.
HSL color Cylindrical-coordinate representation of color #5E9CEC: hue angle of 213.8º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E9CEC is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 156 | 236 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.07 |
| HSL | 213.8º | 0.79% | 0.65% | - |
| HSV(B) | 213.8º | 0.6% | 0.93% | - |
| XYZ | 31.64 | 32.21 | 83.91 | - |
| YUV | 146.58 | 178.46 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 156 | 236 | 0.60 | 0.34 | 0 | 0.07 | 213.8 | 0.79 | 0.65 |
| Hex | 5E | 9C | EC | 3C | 22 | 0 | 7 | D6 | 4F | 41 |
| Octal | 136 | 234 | 354 | 74 | 42 | 0 | 7 | 326 | 117 | 101 |
| Binary | 1011110 | 10011100 | 11101100 | 111100 | 100010 | 0 | 111 | 11010110 | 1001111 | 1000001 |
Color Harmonies of #5E9CEC
Complementary color
Monochromatic Colors of #5E9CEC
Black with #5E9CEC
Text Example
Text Example
White with #5E9CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9CEC; }
p { color: rgb(94,156,236); }
H1.HeaderClassName
{
color: #5E9CEC;
}
.AnyTagClassName
{
color: #5E9CEC;
}
</style>
background-color css
<style>
a { background-color: #5E9CEC; }
a { background-color: rgb(94,156,236); }
div.DivClassName
{
background-color: #5E9CEC;
}
.BgClassName
{
background-color: #5E9CEC;
}
</style>
border-color css
<style>
span { border-color: #5E9CEC; }
span { border-color: rgb(94,156,236); }
td.TdClassName
{
border-color: #5E9CEC;
}
.TagClassName
{
border-color: #5E9CEC;
}
</style>