Shades of Cornflower Blue #5E85F9
Tints of Cornflower Blue #5E85F9
RGB
CMYK
RGB Variations
Color information
#5E85F9 (or 0x5E85F9) is known color: Cornflower Blue. HEX triplet: 5E, 85 and F9. RGB value is (94,133,249). Sum of RGB (Red+Green+Blue) = 94+133+249=476 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.75% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #5E85F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E85F9 is #A17A06. Grayscale: #868686. Windows color (decimal): -10582535 or 16352606. OLE color: 16352606.
HSL color Cylindrical-coordinate representation of color #5E85F9: hue angle of 224.9º degrees, saturation: 0.93, 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 #5E85F9 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 133 | 249 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.02 |
| HSL | 224.9º | 0.93% | 0.67% | - |
| HSV(B) | 224.9º | 0.62% | 0.98% | - |
| XYZ | 30.1 | 25.99 | 93.05 | - |
| YUV | 134.56 | 192.58 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 249 | 0.62 | 0.47 | 0 | 0.02 | 224.9 | 0.93 | 0.67 |
| Hex | 5E | 85 | F9 | 3E | 2F | 0 | 2 | E1 | 5D | 43 |
| Octal | 136 | 205 | 371 | 76 | 57 | 0 | 2 | 341 | 135 | 103 |
| Binary | 1011110 | 10000101 | 11111001 | 111110 | 101111 | 0 | 10 | 11100001 | 1011101 | 1000011 |
Color Harmonies of #5E85F9
Complementary color
Monochromatic Colors of #5E85F9
Black with #5E85F9
Text Example
Text Example
White with #5E85F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E85F9; }
p { color: rgb(94,133,249); }
H1.HeaderClassName
{
color: #5E85F9;
}
.AnyTagClassName
{
color: #5E85F9;
}
</style>
background-color css
<style>
a { background-color: #5E85F9; }
a { background-color: rgb(94,133,249); }
div.DivClassName
{
background-color: #5E85F9;
}
.BgClassName
{
background-color: #5E85F9;
}
</style>
border-color css
<style>
span { border-color: #5E85F9; }
span { border-color: rgb(94,133,249); }
td.TdClassName
{
border-color: #5E85F9;
}
.TagClassName
{
border-color: #5E85F9;
}
</style>