Shades of Cornflower Blue #5A7CFF
Tints of Cornflower Blue #5A7CFF
RGB
CMYK
RGB Variations
Color information
#5A7CFF (or 0x5A7CFF) is known color: Cornflower Blue. HEX triplet: 5A, 7C and FF. RGB value is (90,124,255). Sum of RGB (Red+Green+Blue) = 90+124+255=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A7CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7CFF is #A58300. Grayscale: #808080. Windows color (decimal): -10846977 or 16743514. OLE color: 16743514.
HSL color Cylindrical-coordinate representation of color #5A7CFF: hue angle of 227.64º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A7CFF is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 124 | 255 | - |
| CMYK | 0.65 | 0.51 | 0 | 0 |
| HSL | 227.64º | 1% | 0.68% | - |
| HSV(B) | 227.64º | 0.65% | 1% | - |
| XYZ | 29.47 | 23.81 | 97.65 | - |
| YUV | 128.77 | 199.24 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 124 | 255 | 0.65 | 0.51 | 0 | 0 | 227.64 | 1 | 0.68 |
| Hex | 5A | 7C | FF | 41 | 33 | 0 | 0 | E4 | 64 | 44 |
| Octal | 132 | 174 | 377 | 101 | 63 | 0 | 0 | 344 | 144 | 104 |
| Binary | 1011010 | 1111100 | 11111111 | 1000001 | 110011 | 0 | 0 | 11100100 | 1100100 | 1000100 |
Color Harmonies of #5A7CFF
Complementary color
Monochromatic Colors of #5A7CFF
Black with #5A7CFF
Text Example
Text Example
White with #5A7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7CFF; }
p { color: rgb(90,124,255); }
H1.HeaderClassName
{
color: #5A7CFF;
}
.AnyTagClassName
{
color: #5A7CFF;
}
</style>
background-color css
<style>
a { background-color: #5A7CFF; }
a { background-color: rgb(90,124,255); }
div.DivClassName
{
background-color: #5A7CFF;
}
.BgClassName
{
background-color: #5A7CFF;
}
</style>
border-color css
<style>
span { border-color: #5A7CFF; }
span { border-color: rgb(90,124,255); }
td.TdClassName
{
border-color: #5A7CFF;
}
.TagClassName
{
border-color: #5A7CFF;
}
</style>