Shades of Cornflower Blue #5984E6
Tints of Cornflower Blue #5984E6
RGB
CMYK
RGB Variations
Color information
#5984E6 (or 0x5984E6) is known color: Cornflower Blue. HEX triplet: 59, 84 and E6. RGB value is (89,132,230). Sum of RGB (Red+Green+Blue) = 89+132+230=451 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.73% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 230 (90.23% from 255 or 51.00% from 451); Max value from RGB is 230 - color contains mainly: blue. Hex color #5984E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5984E6 is #A67B19. Grayscale: #818181. Windows color (decimal): -10910490 or 15107161. OLE color: 15107161.
HSL color Cylindrical-coordinate representation of color #5984E6: hue angle of 221.7º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5984E6 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 132 | 230 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.10 |
| HSL | 221.7º | 0.74% | 0.63% | - |
| HSV(B) | 221.7º | 0.61% | 0.9% | - |
| XYZ | 26.65 | 24.34 | 78.16 | - |
| YUV | 130.32 | 184.25 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 132 | 230 | 0.61 | 0.43 | 0 | 0.10 | 221.7 | 0.74 | 0.63 |
| Hex | 59 | 84 | E6 | 3D | 2B | 0 | A | DE | 4A | 3F |
| Octal | 131 | 204 | 346 | 75 | 53 | 0 | 12 | 336 | 112 | 77 |
| Binary | 1011001 | 10000100 | 11100110 | 111101 | 101011 | 0 | 1010 | 11011110 | 1001010 | 111111 |
Color Harmonies of #5984E6
Complementary color
Monochromatic Colors of #5984E6
Black with #5984E6
Text Example
Text Example
White with #5984E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5984E6; }
p { color: rgb(89,132,230); }
H1.HeaderClassName
{
color: #5984E6;
}
.AnyTagClassName
{
color: #5984E6;
}
</style>
background-color css
<style>
a { background-color: #5984E6; }
a { background-color: rgb(89,132,230); }
div.DivClassName
{
background-color: #5984E6;
}
.BgClassName
{
background-color: #5984E6;
}
</style>
border-color css
<style>
span { border-color: #5984E6; }
span { border-color: rgb(89,132,230); }
td.TdClassName
{
border-color: #5984E6;
}
.TagClassName
{
border-color: #5984E6;
}
</style>