Shades of Cornflower Blue #5A7BFA
Tints of Cornflower Blue #5A7BFA
RGB
CMYK
RGB Variations
Color information
#5A7BFA (or 0x5A7BFA) is known color: Cornflower Blue. HEX triplet: 5A, 7B and FA. RGB value is (90,123,250). Sum of RGB (Red+Green+Blue) = 90+123+250=463 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.44% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A7BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7BFA is #A58405. Grayscale: #7F7F7F. Windows color (decimal): -10847238 or 16415578. OLE color: 16415578.
HSL color Cylindrical-coordinate representation of color #5A7BFA: hue angle of 227.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 #5A7BFA is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 123 | 250 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.02 |
| HSL | 227.63º | 0.94% | 0.67% | - |
| HSV(B) | 227.63º | 0.64% | 0.98% | - |
| XYZ | 28.55 | 23.24 | 93.42 | - |
| YUV | 127.61 | 197.07 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 123 | 250 | 0.64 | 0.51 | 0 | 0.02 | 227.63 | 0.94 | 0.67 |
| Hex | 5A | 7B | FA | 40 | 33 | 0 | 2 | E4 | 5E | 43 |
| Octal | 132 | 173 | 372 | 100 | 63 | 0 | 2 | 344 | 136 | 103 |
| Binary | 1011010 | 1111011 | 11111010 | 1000000 | 110011 | 0 | 10 | 11100100 | 1011110 | 1000011 |
Color Harmonies of #5A7BFA
Complementary color
Monochromatic Colors of #5A7BFA
Black with #5A7BFA
Text Example
Text Example
White with #5A7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7BFA; }
p { color: rgb(90,123,250); }
H1.HeaderClassName
{
color: #5A7BFA;
}
.AnyTagClassName
{
color: #5A7BFA;
}
</style>
background-color css
<style>
a { background-color: #5A7BFA; }
a { background-color: rgb(90,123,250); }
div.DivClassName
{
background-color: #5A7BFA;
}
.BgClassName
{
background-color: #5A7BFA;
}
</style>
border-color css
<style>
span { border-color: #5A7BFA; }
span { border-color: rgb(90,123,250); }
td.TdClassName
{
border-color: #5A7BFA;
}
.TagClassName
{
border-color: #5A7BFA;
}
</style>