Shades of Cornflower Blue #5A79FE
Tints of Cornflower Blue #5A79FE
RGB
CMYK
RGB Variations
Color information
#5A79FE (or 0x5A79FE) is known color: Cornflower Blue. HEX triplet: 5A, 79 and FE. RGB value is (90,121,254). Sum of RGB (Red+Green+Blue) = 90+121+254=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A79FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A79FE is #A58601. Grayscale: #7E7E7E. Windows color (decimal): -10847746 or 16677210. OLE color: 16677210.
HSL color Cylindrical-coordinate representation of color #5A79FE: hue angle of 228.66º 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 #5A79FE is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 121 | 254 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.00 |
| HSL | 228.66º | 0.99% | 0.67% | - |
| HSV(B) | 228.66º | 0.65% | 1% | - |
| XYZ | 28.94 | 23 | 96.68 | - |
| YUV | 126.89 | 199.73 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 121 | 254 | 0.65 | 0.52 | 0 | 0.00 | 228.66 | 0.99 | 0.67 |
| Hex | 5A | 79 | FE | 41 | 34 | 0 | 0 | E5 | 63 | 43 |
| Octal | 132 | 171 | 376 | 101 | 64 | 0 | 0 | 345 | 143 | 103 |
| Binary | 1011010 | 1111001 | 11111110 | 1000001 | 110100 | 0 | 0 | 11100101 | 1100011 | 1000011 |
Color Harmonies of #5A79FE
Complementary color
Monochromatic Colors of #5A79FE
Black with #5A79FE
Text Example
Text Example
White with #5A79FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A79FE; }
p { color: rgb(90,121,254); }
H1.HeaderClassName
{
color: #5A79FE;
}
.AnyTagClassName
{
color: #5A79FE;
}
</style>
background-color css
<style>
a { background-color: #5A79FE; }
a { background-color: rgb(90,121,254); }
div.DivClassName
{
background-color: #5A79FE;
}
.BgClassName
{
background-color: #5A79FE;
}
</style>
border-color css
<style>
span { border-color: #5A79FE; }
span { border-color: rgb(90,121,254); }
td.TdClassName
{
border-color: #5A79FE;
}
.TagClassName
{
border-color: #5A79FE;
}
</style>