Shades of Cornflower Blue #5E9CFF
Tints of Cornflower Blue #5E9CFF
RGB
CMYK
RGB Variations
Color information
#5E9CFF (or 0x5E9CFF) is known color: Cornflower Blue. HEX triplet: 5E, 9C and FF. RGB value is (94,156,255). Sum of RGB (Red+Green+Blue) = 94+156+255=505 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.61% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E9CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9CFF is #A16300. Grayscale: #949494. Windows color (decimal): -10576641 or 16751710. OLE color: 16751710.
HSL color Cylindrical-coordinate representation of color #5E9CFF: hue angle of 216.89º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E9CFF is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 156 | 255 | - |
| CMYK | 0.63 | 0.39 | 0 | 0 |
| HSL | 216.89º | 1% | 0.68% | - |
| HSV(B) | 216.89º | 0.63% | 1% | - |
| XYZ | 34.55 | 33.38 | 99.23 | - |
| YUV | 148.75 | 187.96 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 156 | 255 | 0.63 | 0.39 | 0 | 0 | 216.89 | 1 | 0.68 |
| Hex | 5E | 9C | FF | 3F | 27 | 0 | 0 | D9 | 64 | 44 |
| Octal | 136 | 234 | 377 | 77 | 47 | 0 | 0 | 331 | 144 | 104 |
| Binary | 1011110 | 10011100 | 11111111 | 111111 | 100111 | 0 | 0 | 11011001 | 1100100 | 1000100 |
Color Harmonies of #5E9CFF
Complementary color
Monochromatic Colors of #5E9CFF
Black with #5E9CFF
Text Example
Text Example
White with #5E9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9CFF; }
p { color: rgb(94,156,255); }
H1.HeaderClassName
{
color: #5E9CFF;
}
.AnyTagClassName
{
color: #5E9CFF;
}
</style>
background-color css
<style>
a { background-color: #5E9CFF; }
a { background-color: rgb(94,156,255); }
div.DivClassName
{
background-color: #5E9CFF;
}
.BgClassName
{
background-color: #5E9CFF;
}
</style>
border-color css
<style>
span { border-color: #5E9CFF; }
span { border-color: rgb(94,156,255); }
td.TdClassName
{
border-color: #5E9CFF;
}
.TagClassName
{
border-color: #5E9CFF;
}
</style>