Shades of Cornflower Blue #5A8CFA
Tints of Cornflower Blue #5A8CFA
RGB
CMYK
RGB Variations
Color information
#5A8CFA (or 0x5A8CFA) is known color: Cornflower Blue. HEX triplet: 5A, 8C and FA. RGB value is (90,140,250). Sum of RGB (Red+Green+Blue) = 90+140+250=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A8CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8CFA is #A57305. Grayscale: #898989. Windows color (decimal): -10842886 or 16419930. OLE color: 16419930.
HSL color Cylindrical-coordinate representation of color #5A8CFA: hue angle of 221.25º degrees, saturation: 0.94, 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 #5A8CFA is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 140 | 250 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.02 |
| HSL | 221.25º | 0.94% | 0.67% | - |
| HSV(B) | 221.25º | 0.64% | 0.98% | - |
| XYZ | 30.85 | 27.83 | 94.19 | - |
| YUV | 137.59 | 191.44 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 250 | 0.64 | 0.44 | 0 | 0.02 | 221.25 | 0.94 | 0.67 |
| Hex | 5A | 8C | FA | 40 | 2C | 0 | 2 | DD | 5E | 43 |
| Octal | 132 | 214 | 372 | 100 | 54 | 0 | 2 | 335 | 136 | 103 |
| Binary | 1011010 | 10001100 | 11111010 | 1000000 | 101100 | 0 | 10 | 11011101 | 1011110 | 1000011 |
Color Harmonies of #5A8CFA
Complementary color
Monochromatic Colors of #5A8CFA
Black with #5A8CFA
Text Example
Text Example
White with #5A8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8CFA; }
p { color: rgb(90,140,250); }
H1.HeaderClassName
{
color: #5A8CFA;
}
.AnyTagClassName
{
color: #5A8CFA;
}
</style>
background-color css
<style>
a { background-color: #5A8CFA; }
a { background-color: rgb(90,140,250); }
div.DivClassName
{
background-color: #5A8CFA;
}
.BgClassName
{
background-color: #5A8CFA;
}
</style>
border-color css
<style>
span { border-color: #5A8CFA; }
span { border-color: rgb(90,140,250); }
td.TdClassName
{
border-color: #5A8CFA;
}
.TagClassName
{
border-color: #5A8CFA;
}
</style>