Shades of Cornflower Blue #5993EF
Tints of Cornflower Blue #5993EF
RGB
CMYK
RGB Variations
Color information
#5993EF (or 0x5993EF) is known color: Cornflower Blue. HEX triplet: 59, 93 and EF. RGB value is (89,147,239). Sum of RGB (Red+Green+Blue) = 89+147+239=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #5993EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5993EF is #A66C10. Grayscale: #8B8B8B. Windows color (decimal): -10906641 or 15700825. OLE color: 15700825.
HSL color Cylindrical-coordinate representation of color #5993EF: hue angle of 216.8º 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 #5993EF is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 147 | 239 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.06 |
| HSL | 216.8º | 0.82% | 0.64% | - |
| HSV(B) | 216.8º | 0.63% | 0.94% | - |
| XYZ | 30.13 | 29.22 | 85.71 | - |
| YUV | 140.15 | 183.78 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 239 | 0.63 | 0.38 | 0 | 0.06 | 216.8 | 0.82 | 0.64 |
| Hex | 59 | 93 | EF | 3F | 26 | 0 | 6 | D9 | 52 | 40 |
| Octal | 131 | 223 | 357 | 77 | 46 | 0 | 6 | 331 | 122 | 100 |
| Binary | 1011001 | 10010011 | 11101111 | 111111 | 100110 | 0 | 110 | 11011001 | 1010010 | 1000000 |
Color Harmonies of #5993EF
Complementary color
Monochromatic Colors of #5993EF
Black with #5993EF
Text Example
Text Example
White with #5993EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5993EF; }
p { color: rgb(89,147,239); }
H1.HeaderClassName
{
color: #5993EF;
}
.AnyTagClassName
{
color: #5993EF;
}
</style>
background-color css
<style>
a { background-color: #5993EF; }
a { background-color: rgb(89,147,239); }
div.DivClassName
{
background-color: #5993EF;
}
.BgClassName
{
background-color: #5993EF;
}
</style>
border-color css
<style>
span { border-color: #5993EF; }
span { border-color: rgb(89,147,239); }
td.TdClassName
{
border-color: #5993EF;
}
.TagClassName
{
border-color: #5993EF;
}
</style>