Shades of Cornflower Blue #5E9BFA
Tints of Cornflower Blue #5E9BFA
RGB
CMYK
RGB Variations
Color information
#5E9BFA (or 0x5E9BFA) is known color: Cornflower Blue. HEX triplet: 5E, 9B and FA. RGB value is (94,155,250). Sum of RGB (Red+Green+Blue) = 94+155+250=499 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.84% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E9BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9BFA is #A16405. Grayscale: #939393. Windows color (decimal): -10576902 or 16423774. OLE color: 16423774.
HSL color Cylindrical-coordinate representation of color #5E9BFA: hue angle of 216.54º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E9BFA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 155 | 250 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.02 |
| HSL | 216.54º | 0.94% | 0.67% | - |
| HSV(B) | 216.54º | 0.62% | 0.98% | - |
| XYZ | 33.59 | 32.72 | 94.99 | - |
| YUV | 147.59 | 185.79 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 250 | 0.62 | 0.38 | 0 | 0.02 | 216.54 | 0.94 | 0.67 |
| Hex | 5E | 9B | FA | 3E | 26 | 0 | 2 | D9 | 5E | 43 |
| Octal | 136 | 233 | 372 | 76 | 46 | 0 | 2 | 331 | 136 | 103 |
| Binary | 1011110 | 10011011 | 11111010 | 111110 | 100110 | 0 | 10 | 11011001 | 1011110 | 1000011 |
Color Harmonies of #5E9BFA
Complementary color
Monochromatic Colors of #5E9BFA
Black with #5E9BFA
Text Example
Text Example
White with #5E9BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9BFA; }
p { color: rgb(94,155,250); }
H1.HeaderClassName
{
color: #5E9BFA;
}
.AnyTagClassName
{
color: #5E9BFA;
}
</style>
background-color css
<style>
a { background-color: #5E9BFA; }
a { background-color: rgb(94,155,250); }
div.DivClassName
{
background-color: #5E9BFA;
}
.BgClassName
{
background-color: #5E9BFA;
}
</style>
border-color css
<style>
span { border-color: #5E9BFA; }
span { border-color: rgb(94,155,250); }
td.TdClassName
{
border-color: #5E9BFA;
}
.TagClassName
{
border-color: #5E9BFA;
}
</style>