Shades of Cornflower Blue #5A8AFA
Tints of Cornflower Blue #5A8AFA
RGB
CMYK
RGB Variations
Color information
#5A8AFA (or 0x5A8AFA) is known color: Cornflower Blue. HEX triplet: 5A, 8A and FA. RGB value is (90,138,250). Sum of RGB (Red+Green+Blue) = 90+138+250=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A8AFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8AFA is #A57505. Grayscale: #878787. Windows color (decimal): -10843398 or 16419418. OLE color: 16419418.
HSL color Cylindrical-coordinate representation of color #5A8AFA: hue angle of 222º 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 #5A8AFA is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 138 | 250 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.02 |
| HSL | 222º | 0.94% | 0.67% | - |
| HSV(B) | 222º | 0.64% | 0.98% | - |
| XYZ | 30.56 | 27.25 | 94.09 | - |
| YUV | 136.42 | 192.1 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 250 | 0.64 | 0.45 | 0 | 0.02 | 222 | 0.94 | 0.67 |
| Hex | 5A | 8A | FA | 40 | 2D | 0 | 2 | DE | 5E | 43 |
| Octal | 132 | 212 | 372 | 100 | 55 | 0 | 2 | 336 | 136 | 103 |
| Binary | 1011010 | 10001010 | 11111010 | 1000000 | 101101 | 0 | 10 | 11011110 | 1011110 | 1000011 |
Color Harmonies of #5A8AFA
Complementary color
Monochromatic Colors of #5A8AFA
Black with #5A8AFA
Text Example
Text Example
White with #5A8AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8AFA; }
p { color: rgb(90,138,250); }
H1.HeaderClassName
{
color: #5A8AFA;
}
.AnyTagClassName
{
color: #5A8AFA;
}
</style>
background-color css
<style>
a { background-color: #5A8AFA; }
a { background-color: rgb(90,138,250); }
div.DivClassName
{
background-color: #5A8AFA;
}
.BgClassName
{
background-color: #5A8AFA;
}
</style>
border-color css
<style>
span { border-color: #5A8AFA; }
span { border-color: rgb(90,138,250); }
td.TdClassName
{
border-color: #5A8AFA;
}
.TagClassName
{
border-color: #5A8AFA;
}
</style>