Shades of Cornflower Blue #5E83EB
Tints of Cornflower Blue #5E83EB
RGB
CMYK
RGB Variations
Color information
#5E83EB (or 0x5E83EB) is known color: Cornflower Blue. HEX triplet: 5E, 83 and EB. RGB value is (94,131,235). Sum of RGB (Red+Green+Blue) = 94+131+235=460 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.43% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E83EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E83EB is #A17C14. Grayscale: #838383. Windows color (decimal): -10583061 or 15434590. OLE color: 15434590.
HSL color Cylindrical-coordinate representation of color #5E83EB: hue angle of 224.26º 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 #5E83EB is Cyan = 0.6, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 131 | 235 | - |
| CMYK | 0.6 | 0.44 | 0 | 0.08 |
| HSL | 224.26º | 0.78% | 0.65% | - |
| HSV(B) | 224.26º | 0.6% | 0.92% | - |
| XYZ | 27.73 | 24.61 | 81.89 | - |
| YUV | 131.79 | 186.24 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 131 | 235 | 0.6 | 0.44 | 0 | 0.08 | 224.26 | 0.78 | 0.65 |
| Hex | 5E | 83 | EB | 3C | 2C | 0 | 8 | E0 | 4E | 41 |
| Octal | 136 | 203 | 353 | 74 | 54 | 0 | 10 | 340 | 116 | 101 |
| Binary | 1011110 | 10000011 | 11101011 | 111100 | 101100 | 0 | 1000 | 11100000 | 1001110 | 1000001 |
Color Harmonies of #5E83EB
Complementary color
Monochromatic Colors of #5E83EB
Black with #5E83EB
Text Example
Text Example
White with #5E83EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E83EB; }
p { color: rgb(94,131,235); }
H1.HeaderClassName
{
color: #5E83EB;
}
.AnyTagClassName
{
color: #5E83EB;
}
</style>
background-color css
<style>
a { background-color: #5E83EB; }
a { background-color: rgb(94,131,235); }
div.DivClassName
{
background-color: #5E83EB;
}
.BgClassName
{
background-color: #5E83EB;
}
</style>
border-color css
<style>
span { border-color: #5E83EB; }
span { border-color: rgb(94,131,235); }
td.TdClassName
{
border-color: #5E83EB;
}
.TagClassName
{
border-color: #5E83EB;
}
</style>