Shades of Cornflower Blue #5A7CEA
Tints of Cornflower Blue #5A7CEA
RGB
CMYK
RGB Variations
Color information
#5A7CEA (or 0x5A7CEA) is known color: Cornflower Blue. HEX triplet: 5A, 7C and EA. RGB value is (90,124,234). Sum of RGB (Red+Green+Blue) = 90+124+234=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A7CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7CEA is #A58315. Grayscale: #7D7D7D. Windows color (decimal): -10846998 or 15367258. OLE color: 15367258.
HSL color Cylindrical-coordinate representation of color #5A7CEA: hue angle of 225.83º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A7CEA is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 124 | 234 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.08 |
| HSL | 225.83º | 0.77% | 0.64% | - |
| HSV(B) | 225.83º | 0.62% | 0.92% | - |
| XYZ | 26.28 | 22.53 | 80.81 | - |
| YUV | 126.37 | 188.74 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 124 | 234 | 0.62 | 0.47 | 0 | 0.08 | 225.83 | 0.77 | 0.64 |
| Hex | 5A | 7C | EA | 3E | 2F | 0 | 8 | E2 | 4D | 40 |
| Octal | 132 | 174 | 352 | 76 | 57 | 0 | 10 | 342 | 115 | 100 |
| Binary | 1011010 | 1111100 | 11101010 | 111110 | 101111 | 0 | 1000 | 11100010 | 1001101 | 1000000 |
Color Harmonies of #5A7CEA
Complementary color
Monochromatic Colors of #5A7CEA
Black with #5A7CEA
Text Example
Text Example
White with #5A7CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7CEA; }
p { color: rgb(90,124,234); }
H1.HeaderClassName
{
color: #5A7CEA;
}
.AnyTagClassName
{
color: #5A7CEA;
}
</style>
background-color css
<style>
a { background-color: #5A7CEA; }
a { background-color: rgb(90,124,234); }
div.DivClassName
{
background-color: #5A7CEA;
}
.BgClassName
{
background-color: #5A7CEA;
}
</style>
border-color css
<style>
span { border-color: #5A7CEA; }
span { border-color: rgb(90,124,234); }
td.TdClassName
{
border-color: #5A7CEA;
}
.TagClassName
{
border-color: #5A7CEA;
}
</style>