Shades of Cornflower Blue #5A8DFC
Tints of Cornflower Blue #5A8DFC
RGB
CMYK
RGB Variations
Color information
#5A8DFC (or 0x5A8DFC) is known color: Cornflower Blue. HEX triplet: 5A, 8D and FC. RGB value is (90,141,252). Sum of RGB (Red+Green+Blue) = 90+141+252=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #5A8DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8DFC is #A57203. Grayscale: #898989. Windows color (decimal): -10842628 or 16551258. OLE color: 16551258.
HSL color Cylindrical-coordinate representation of color #5A8DFC: hue angle of 221.11º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A8DFC is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 141 | 252 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.01 |
| HSL | 221.11º | 0.96% | 0.67% | - |
| HSV(B) | 221.11º | 0.64% | 0.99% | - |
| XYZ | 31.31 | 28.25 | 95.9 | - |
| YUV | 138.41 | 192.1 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 141 | 252 | 0.64 | 0.44 | 0 | 0.01 | 221.11 | 0.96 | 0.67 |
| Hex | 5A | 8D | FC | 40 | 2C | 0 | 1 | DD | 60 | 43 |
| Octal | 132 | 215 | 374 | 100 | 54 | 0 | 1 | 335 | 140 | 103 |
| Binary | 1011010 | 10001101 | 11111100 | 1000000 | 101100 | 0 | 1 | 11011101 | 1100000 | 1000011 |
Color Harmonies of #5A8DFC
Complementary color
Monochromatic Colors of #5A8DFC
Black with #5A8DFC
Text Example
Text Example
White with #5A8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8DFC; }
p { color: rgb(90,141,252); }
H1.HeaderClassName
{
color: #5A8DFC;
}
.AnyTagClassName
{
color: #5A8DFC;
}
</style>
background-color css
<style>
a { background-color: #5A8DFC; }
a { background-color: rgb(90,141,252); }
div.DivClassName
{
background-color: #5A8DFC;
}
.BgClassName
{
background-color: #5A8DFC;
}
</style>
border-color css
<style>
span { border-color: #5A8DFC; }
span { border-color: rgb(90,141,252); }
td.TdClassName
{
border-color: #5A8DFC;
}
.TagClassName
{
border-color: #5A8DFC;
}
</style>