Shades of Cornflower Blue #5976FF
Tints of Cornflower Blue #5976FF
RGB
CMYK
RGB Variations
Color information
#5976FF (or 0x5976FF) is known color: Cornflower Blue. HEX triplet: 59, 76 and FF. RGB value is (89,118,255). Sum of RGB (Red+Green+Blue) = 89+118+255=462 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.26% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #5976FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5976FF is #A68900. Grayscale: #7C7C7C. Windows color (decimal): -10914049 or 16741977. OLE color: 16741977.
HSL color Cylindrical-coordinate representation of color #5976FF: hue angle of 229.52º 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 #5976FF is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 118 | 255 | - |
| CMYK | 0.65 | 0.54 | 0 | 0 |
| HSL | 229.52º | 1% | 0.67% | - |
| HSV(B) | 229.52º | 0.65% | 1% | - |
| XYZ | 28.65 | 22.3 | 97.4 | - |
| YUV | 124.95 | 201.39 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 118 | 255 | 0.65 | 0.54 | 0 | 0 | 229.52 | 1 | 0.67 |
| Hex | 59 | 76 | FF | 41 | 36 | 0 | 0 | E6 | 64 | 43 |
| Octal | 131 | 166 | 377 | 101 | 66 | 0 | 0 | 346 | 144 | 103 |
| Binary | 1011001 | 1110110 | 11111111 | 1000001 | 110110 | 0 | 0 | 11100110 | 1100100 | 1000011 |
Color Harmonies of #5976FF
Complementary color
Monochromatic Colors of #5976FF
Black with #5976FF
Text Example
Text Example
White with #5976FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5976FF; }
p { color: rgb(89,118,255); }
H1.HeaderClassName
{
color: #5976FF;
}
.AnyTagClassName
{
color: #5976FF;
}
</style>
background-color css
<style>
a { background-color: #5976FF; }
a { background-color: rgb(89,118,255); }
div.DivClassName
{
background-color: #5976FF;
}
.BgClassName
{
background-color: #5976FF;
}
</style>
border-color css
<style>
span { border-color: #5976FF; }
span { border-color: rgb(89,118,255); }
td.TdClassName
{
border-color: #5976FF;
}
.TagClassName
{
border-color: #5976FF;
}
</style>