Shades of Cornflower Blue #5A7AF2
Tints of Cornflower Blue #5A7AF2
RGB
CMYK
RGB Variations
Color information
#5A7AF2 (or 0x5A7AF2) is known color: Cornflower Blue. HEX triplet: 5A, 7A and F2. RGB value is (90,122,242). Sum of RGB (Red+Green+Blue) = 90+122+242=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #5A7AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7AF2 is #A5850D. Grayscale: #7D7D7D. Windows color (decimal): -10847502 or 15891034. OLE color: 15891034.
HSL color Cylindrical-coordinate representation of color #5A7AF2: hue angle of 227.37º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A7AF2 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 122 | 242 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.05 |
| HSL | 227.37º | 0.85% | 0.65% | - |
| HSV(B) | 227.37º | 0.63% | 0.95% | - |
| XYZ | 27.2 | 22.5 | 86.91 | - |
| YUV | 126.11 | 193.4 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 122 | 242 | 0.63 | 0.50 | 0 | 0.05 | 227.37 | 0.85 | 0.65 |
| Hex | 5A | 7A | F2 | 3F | 32 | 0 | 5 | E3 | 55 | 41 |
| Octal | 132 | 172 | 362 | 77 | 62 | 0 | 5 | 343 | 125 | 101 |
| Binary | 1011010 | 1111010 | 11110010 | 111111 | 110010 | 0 | 101 | 11100011 | 1010101 | 1000001 |
Color Harmonies of #5A7AF2
Complementary color
Monochromatic Colors of #5A7AF2
Black with #5A7AF2
Text Example
Text Example
White with #5A7AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7AF2; }
p { color: rgb(90,122,242); }
H1.HeaderClassName
{
color: #5A7AF2;
}
.AnyTagClassName
{
color: #5A7AF2;
}
</style>
background-color css
<style>
a { background-color: #5A7AF2; }
a { background-color: rgb(90,122,242); }
div.DivClassName
{
background-color: #5A7AF2;
}
.BgClassName
{
background-color: #5A7AF2;
}
</style>
border-color css
<style>
span { border-color: #5A7AF2; }
span { border-color: rgb(90,122,242); }
td.TdClassName
{
border-color: #5A7AF2;
}
.TagClassName
{
border-color: #5A7AF2;
}
</style>