Shades of Cornflower Blue #5A8BFA
Tints of Cornflower Blue #5A8BFA
RGB
CMYK
RGB Variations
Color information
#5A8BFA (or 0x5A8BFA) is known color: Cornflower Blue. HEX triplet: 5A, 8B and FA. RGB value is (90,139,250). Sum of RGB (Red+Green+Blue) = 90+139+250=479 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.79% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A8BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8BFA is #A57405. Grayscale: #888888. Windows color (decimal): -10843142 or 16419674. OLE color: 16419674.
HSL color Cylindrical-coordinate representation of color #5A8BFA: hue angle of 221.62º 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 #5A8BFA is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 139 | 250 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.02 |
| HSL | 221.63º | 0.94% | 0.67% | - |
| HSV(B) | 221.63º | 0.64% | 0.98% | - |
| XYZ | 30.7 | 27.54 | 94.14 | - |
| YUV | 137 | 191.77 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 139 | 250 | 0.64 | 0.44 | 0 | 0.02 | 221.63 | 0.94 | 0.67 |
| Hex | 5A | 8B | FA | 40 | 2C | 0 | 2 | DE | 5E | 43 |
| Octal | 132 | 213 | 372 | 100 | 54 | 0 | 2 | 336 | 136 | 103 |
| Binary | 1011010 | 10001011 | 11111010 | 1000000 | 101100 | 0 | 10 | 11011110 | 1011110 | 1000011 |
Color Harmonies of #5A8BFA
Complementary color
Monochromatic Colors of #5A8BFA
Black with #5A8BFA
Text Example
Text Example
White with #5A8BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8BFA; }
p { color: rgb(90,139,250); }
H1.HeaderClassName
{
color: #5A8BFA;
}
.AnyTagClassName
{
color: #5A8BFA;
}
</style>
background-color css
<style>
a { background-color: #5A8BFA; }
a { background-color: rgb(90,139,250); }
div.DivClassName
{
background-color: #5A8BFA;
}
.BgClassName
{
background-color: #5A8BFA;
}
</style>
border-color css
<style>
span { border-color: #5A8BFA; }
span { border-color: rgb(90,139,250); }
td.TdClassName
{
border-color: #5A8BFA;
}
.TagClassName
{
border-color: #5A8BFA;
}
</style>