Shades of Cornflower Blue #5A7AF3
Tints of Cornflower Blue #5A7AF3
RGB
CMYK
RGB Variations
Color information
#5A7AF3 (or 0x5A7AF3) is known color: Cornflower Blue. HEX triplet: 5A, 7A and F3. RGB value is (90,122,243). Sum of RGB (Red+Green+Blue) = 90+122+243=455 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.78% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #5A7AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7AF3 is #A5850C. Grayscale: #7D7D7D. Windows color (decimal): -10847501 or 15956570. OLE color: 15956570.
HSL color Cylindrical-coordinate representation of color #5A7AF3: hue angle of 227.45º degrees, saturation: 0.86, 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 #5A7AF3 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 122 | 243 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.05 |
| HSL | 227.45º | 0.86% | 0.65% | - |
| HSV(B) | 227.45º | 0.63% | 0.95% | - |
| XYZ | 27.35 | 22.56 | 87.71 | - |
| YUV | 126.23 | 193.9 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 122 | 243 | 0.63 | 0.50 | 0 | 0.05 | 227.45 | 0.86 | 0.65 |
| Hex | 5A | 7A | F3 | 3F | 32 | 0 | 5 | E3 | 56 | 41 |
| Octal | 132 | 172 | 363 | 77 | 62 | 0 | 5 | 343 | 126 | 101 |
| Binary | 1011010 | 1111010 | 11110011 | 111111 | 110010 | 0 | 101 | 11100011 | 1010110 | 1000001 |
Color Harmonies of #5A7AF3
Complementary color
Monochromatic Colors of #5A7AF3
Black with #5A7AF3
Text Example
Text Example
White with #5A7AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7AF3; }
p { color: rgb(90,122,243); }
H1.HeaderClassName
{
color: #5A7AF3;
}
.AnyTagClassName
{
color: #5A7AF3;
}
</style>
background-color css
<style>
a { background-color: #5A7AF3; }
a { background-color: rgb(90,122,243); }
div.DivClassName
{
background-color: #5A7AF3;
}
.BgClassName
{
background-color: #5A7AF3;
}
</style>
border-color css
<style>
span { border-color: #5A7AF3; }
span { border-color: rgb(90,122,243); }
td.TdClassName
{
border-color: #5A7AF3;
}
.TagClassName
{
border-color: #5A7AF3;
}
</style>