Shades of Cornflower Blue #5A7FEC
Tints of Cornflower Blue #5A7FEC
RGB
CMYK
RGB Variations
Color information
#5A7FEC (or 0x5A7FEC) is known color: Cornflower Blue. HEX triplet: 5A, 7F and EC. RGB value is (90,127,236). Sum of RGB (Red+Green+Blue) = 90+127+236=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A7FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7FEC is #A58013. Grayscale: #7F7F7F. Windows color (decimal): -10846228 or 15499098. OLE color: 15499098.
HSL color Cylindrical-coordinate representation of color #5A7FEC: hue angle of 224.79º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A7FEC is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 127 | 236 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.07 |
| HSL | 224.79º | 0.79% | 0.64% | - |
| HSV(B) | 224.79º | 0.62% | 0.93% | - |
| XYZ | 26.95 | 23.41 | 82.45 | - |
| YUV | 128.36 | 188.74 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 127 | 236 | 0.62 | 0.46 | 0 | 0.07 | 224.79 | 0.79 | 0.64 |
| Hex | 5A | 7F | EC | 3E | 2E | 0 | 7 | E1 | 4F | 40 |
| Octal | 132 | 177 | 354 | 76 | 56 | 0 | 7 | 341 | 117 | 100 |
| Binary | 1011010 | 1111111 | 11101100 | 111110 | 101110 | 0 | 111 | 11100001 | 1001111 | 1000000 |
Color Harmonies of #5A7FEC
Complementary color
Monochromatic Colors of #5A7FEC
Black with #5A7FEC
Text Example
Text Example
White with #5A7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7FEC; }
p { color: rgb(90,127,236); }
H1.HeaderClassName
{
color: #5A7FEC;
}
.AnyTagClassName
{
color: #5A7FEC;
}
</style>
background-color css
<style>
a { background-color: #5A7FEC; }
a { background-color: rgb(90,127,236); }
div.DivClassName
{
background-color: #5A7FEC;
}
.BgClassName
{
background-color: #5A7FEC;
}
</style>
border-color css
<style>
span { border-color: #5A7FEC; }
span { border-color: rgb(90,127,236); }
td.TdClassName
{
border-color: #5A7FEC;
}
.TagClassName
{
border-color: #5A7FEC;
}
</style>