Shades of Cornflower Blue #5983FF
Tints of Cornflower Blue #5983FF
RGB
CMYK
RGB Variations
Color information
#5983FF (or 0x5983FF) is known color: Cornflower Blue. HEX triplet: 59, 83 and FF. RGB value is (89,131,255). Sum of RGB (Red+Green+Blue) = 89+131+255=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #5983FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5983FF is #A67C00. Grayscale: #848484. Windows color (decimal): -10910721 or 16745305. OLE color: 16745305.
HSL color Cylindrical-coordinate representation of color #5983FF: hue angle of 224.82º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5983FF is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 131 | 255 | - |
| CMYK | 0.65 | 0.49 | 0 | 0 |
| HSL | 224.82º | 1% | 0.67% | - |
| HSV(B) | 224.82º | 0.65% | 1% | - |
| XYZ | 30.29 | 25.58 | 97.95 | - |
| YUV | 132.58 | 197.09 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 131 | 255 | 0.65 | 0.49 | 0 | 0 | 224.82 | 1 | 0.67 |
| Hex | 59 | 83 | FF | 41 | 31 | 0 | 0 | E1 | 64 | 43 |
| Octal | 131 | 203 | 377 | 101 | 61 | 0 | 0 | 341 | 144 | 103 |
| Binary | 1011001 | 10000011 | 11111111 | 1000001 | 110001 | 0 | 0 | 11100001 | 1100100 | 1000011 |
Color Harmonies of #5983FF
Complementary color
Monochromatic Colors of #5983FF
Black with #5983FF
Text Example
Text Example
White with #5983FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5983FF; }
p { color: rgb(89,131,255); }
H1.HeaderClassName
{
color: #5983FF;
}
.AnyTagClassName
{
color: #5983FF;
}
</style>
background-color css
<style>
a { background-color: #5983FF; }
a { background-color: rgb(89,131,255); }
div.DivClassName
{
background-color: #5983FF;
}
.BgClassName
{
background-color: #5983FF;
}
</style>
border-color css
<style>
span { border-color: #5983FF; }
span { border-color: rgb(89,131,255); }
td.TdClassName
{
border-color: #5983FF;
}
.TagClassName
{
border-color: #5983FF;
}
</style>