Shades of Cornflower Blue #5983EF
Tints of Cornflower Blue #5983EF
RGB
CMYK
RGB Variations
Color information
#5983EF (or 0x5983EF) is known color: Cornflower Blue. HEX triplet: 59, 83 and EF. RGB value is (89,131,239). Sum of RGB (Red+Green+Blue) = 89+131+239=459 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.39% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #5983EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5983EF is #A67C10. Grayscale: #828282. Windows color (decimal): -10910737 or 15696729. OLE color: 15696729.
HSL color Cylindrical-coordinate representation of color #5983EF: hue angle of 223.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5983EF is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 131 | 239 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.06 |
| HSL | 223.2º | 0.82% | 0.64% | - |
| HSV(B) | 223.2º | 0.63% | 0.94% | - |
| XYZ | 27.82 | 24.59 | 84.94 | - |
| YUV | 130.75 | 189.09 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 131 | 239 | 0.63 | 0.45 | 0 | 0.06 | 223.2 | 0.82 | 0.64 |
| Hex | 59 | 83 | EF | 3F | 2D | 0 | 6 | DF | 52 | 40 |
| Octal | 131 | 203 | 357 | 77 | 55 | 0 | 6 | 337 | 122 | 100 |
| Binary | 1011001 | 10000011 | 11101111 | 111111 | 101101 | 0 | 110 | 11011111 | 1010010 | 1000000 |
Color Harmonies of #5983EF
Complementary color
Monochromatic Colors of #5983EF
Black with #5983EF
Text Example
Text Example
White with #5983EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5983EF; }
p { color: rgb(89,131,239); }
H1.HeaderClassName
{
color: #5983EF;
}
.AnyTagClassName
{
color: #5983EF;
}
</style>
background-color css
<style>
a { background-color: #5983EF; }
a { background-color: rgb(89,131,239); }
div.DivClassName
{
background-color: #5983EF;
}
.BgClassName
{
background-color: #5983EF;
}
</style>
border-color css
<style>
span { border-color: #5983EF; }
span { border-color: rgb(89,131,239); }
td.TdClassName
{
border-color: #5983EF;
}
.TagClassName
{
border-color: #5983EF;
}
</style>