Shades of Cornflower Blue #5A8DFB
Tints of Cornflower Blue #5A8DFB
RGB
CMYK
RGB Variations
Color information
#5A8DFB (or 0x5A8DFB) is known color: Cornflower Blue. HEX triplet: 5A, 8D and FB. RGB value is (90,141,251). Sum of RGB (Red+Green+Blue) = 90+141+251=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A8DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8DFB is #A57204. Grayscale: #898989. Windows color (decimal): -10842629 or 16485722. OLE color: 16485722.
HSL color Cylindrical-coordinate representation of color #5A8DFB: hue angle of 220.99º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A8DFB is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 141 | 251 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.02 |
| HSL | 220.99º | 0.95% | 0.67% | - |
| HSV(B) | 220.99º | 0.64% | 0.98% | - |
| XYZ | 31.15 | 28.19 | 95.07 | - |
| YUV | 138.29 | 191.6 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 141 | 251 | 0.64 | 0.44 | 0 | 0.02 | 220.99 | 0.95 | 0.67 |
| Hex | 5A | 8D | FB | 40 | 2C | 0 | 2 | DD | 5F | 43 |
| Octal | 132 | 215 | 373 | 100 | 54 | 0 | 2 | 335 | 137 | 103 |
| Binary | 1011010 | 10001101 | 11111011 | 1000000 | 101100 | 0 | 10 | 11011101 | 1011111 | 1000011 |
Color Harmonies of #5A8DFB
Complementary color
Monochromatic Colors of #5A8DFB
Black with #5A8DFB
Text Example
Text Example
White with #5A8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8DFB; }
p { color: rgb(90,141,251); }
H1.HeaderClassName
{
color: #5A8DFB;
}
.AnyTagClassName
{
color: #5A8DFB;
}
</style>
background-color css
<style>
a { background-color: #5A8DFB; }
a { background-color: rgb(90,141,251); }
div.DivClassName
{
background-color: #5A8DFB;
}
.BgClassName
{
background-color: #5A8DFB;
}
</style>
border-color css
<style>
span { border-color: #5A8DFB; }
span { border-color: rgb(90,141,251); }
td.TdClassName
{
border-color: #5A8DFB;
}
.TagClassName
{
border-color: #5A8DFB;
}
</style>