Shades of Cornflower Blue #5A77FE
Tints of Cornflower Blue #5A77FE
RGB
CMYK
RGB Variations
Color information
#5A77FE (or 0x5A77FE) is known color: Cornflower Blue. HEX triplet: 5A, 77 and FE. RGB value is (90,119,254). Sum of RGB (Red+Green+Blue) = 90+119+254=463 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.44% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A77FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A77FE is #A58801. Grayscale: #7D7D7D. Windows color (decimal): -10848258 or 16676698. OLE color: 16676698.
HSL color Cylindrical-coordinate representation of color #5A77FE: hue angle of 229.39º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A77FE is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 119 | 254 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.00 |
| HSL | 229.39º | 0.99% | 0.67% | - |
| HSV(B) | 229.39º | 0.65% | 1% | - |
| XYZ | 28.7 | 22.52 | 96.6 | - |
| YUV | 125.72 | 200.39 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 254 | 0.65 | 0.53 | 0 | 0.00 | 229.39 | 0.99 | 0.67 |
| Hex | 5A | 77 | FE | 41 | 35 | 0 | 0 | E5 | 63 | 43 |
| Octal | 132 | 167 | 376 | 101 | 65 | 0 | 0 | 345 | 143 | 103 |
| Binary | 1011010 | 1110111 | 11111110 | 1000001 | 110101 | 0 | 0 | 11100101 | 1100011 | 1000011 |
Color Harmonies of #5A77FE
Complementary color
Monochromatic Colors of #5A77FE
Black with #5A77FE
Text Example
Text Example
White with #5A77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A77FE; }
p { color: rgb(90,119,254); }
H1.HeaderClassName
{
color: #5A77FE;
}
.AnyTagClassName
{
color: #5A77FE;
}
</style>
background-color css
<style>
a { background-color: #5A77FE; }
a { background-color: rgb(90,119,254); }
div.DivClassName
{
background-color: #5A77FE;
}
.BgClassName
{
background-color: #5A77FE;
}
</style>
border-color css
<style>
span { border-color: #5A77FE; }
span { border-color: rgb(90,119,254); }
td.TdClassName
{
border-color: #5A77FE;
}
.TagClassName
{
border-color: #5A77FE;
}
</style>