Shades of Cornflower Blue #5A7EFF
Tints of Cornflower Blue #5A7EFF
RGB
CMYK
RGB Variations
Color information
#5A7EFF (or 0x5A7EFF) is known color: Cornflower Blue. HEX triplet: 5A, 7E and FF. RGB value is (90,126,255). Sum of RGB (Red+Green+Blue) = 90+126+255=471 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.11% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A7EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7EFF is #A58100. Grayscale: #818181. Windows color (decimal): -10846465 or 16744026. OLE color: 16744026.
HSL color Cylindrical-coordinate representation of color #5A7EFF: hue angle of 226.91º 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 #5A7EFF is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 126 | 255 | - |
| CMYK | 0.65 | 0.51 | 0 | 0 |
| HSL | 226.91º | 1% | 0.68% | - |
| HSV(B) | 226.91º | 0.65% | 1% | - |
| XYZ | 29.73 | 24.32 | 97.73 | - |
| YUV | 129.94 | 198.57 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 126 | 255 | 0.65 | 0.51 | 0 | 0 | 226.91 | 1 | 0.68 |
| Hex | 5A | 7E | FF | 41 | 33 | 0 | 0 | E3 | 64 | 44 |
| Octal | 132 | 176 | 377 | 101 | 63 | 0 | 0 | 343 | 144 | 104 |
| Binary | 1011010 | 1111110 | 11111111 | 1000001 | 110011 | 0 | 0 | 11100011 | 1100100 | 1000100 |
Color Harmonies of #5A7EFF
Complementary color
Monochromatic Colors of #5A7EFF
Black with #5A7EFF
Text Example
Text Example
White with #5A7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7EFF; }
p { color: rgb(90,126,255); }
H1.HeaderClassName
{
color: #5A7EFF;
}
.AnyTagClassName
{
color: #5A7EFF;
}
</style>
background-color css
<style>
a { background-color: #5A7EFF; }
a { background-color: rgb(90,126,255); }
div.DivClassName
{
background-color: #5A7EFF;
}
.BgClassName
{
background-color: #5A7EFF;
}
</style>
border-color css
<style>
span { border-color: #5A7EFF; }
span { border-color: rgb(90,126,255); }
td.TdClassName
{
border-color: #5A7EFF;
}
.TagClassName
{
border-color: #5A7EFF;
}
</style>