Shades of Cornflower Blue #5A7CFE
Tints of Cornflower Blue #5A7CFE
RGB
CMYK
RGB Variations
Color information
#5A7CFE (or 0x5A7CFE) is known color: Cornflower Blue. HEX triplet: 5A, 7C and FE. RGB value is (90,124,254). Sum of RGB (Red+Green+Blue) = 90+124+254=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A7CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7CFE is #A58301. Grayscale: #808080. Windows color (decimal): -10846978 or 16677978. OLE color: 16677978.
HSL color Cylindrical-coordinate representation of color #5A7CFE: hue angle of 227.56º 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 #5A7CFE is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 124 | 254 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.00 |
| HSL | 227.56º | 0.99% | 0.67% | - |
| HSV(B) | 227.56º | 0.65% | 1% | - |
| XYZ | 29.31 | 23.74 | 96.8 | - |
| YUV | 128.65 | 198.74 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 124 | 254 | 0.65 | 0.51 | 0 | 0.00 | 227.56 | 0.99 | 0.67 |
| Hex | 5A | 7C | FE | 41 | 33 | 0 | 0 | E4 | 63 | 43 |
| Octal | 132 | 174 | 376 | 101 | 63 | 0 | 0 | 344 | 143 | 103 |
| Binary | 1011010 | 1111100 | 11111110 | 1000001 | 110011 | 0 | 0 | 11100100 | 1100011 | 1000011 |
Color Harmonies of #5A7CFE
Complementary color
Monochromatic Colors of #5A7CFE
Black with #5A7CFE
Text Example
Text Example
White with #5A7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7CFE; }
p { color: rgb(90,124,254); }
H1.HeaderClassName
{
color: #5A7CFE;
}
.AnyTagClassName
{
color: #5A7CFE;
}
</style>
background-color css
<style>
a { background-color: #5A7CFE; }
a { background-color: rgb(90,124,254); }
div.DivClassName
{
background-color: #5A7CFE;
}
.BgClassName
{
background-color: #5A7CFE;
}
</style>
border-color css
<style>
span { border-color: #5A7CFE; }
span { border-color: rgb(90,124,254); }
td.TdClassName
{
border-color: #5A7CFE;
}
.TagClassName
{
border-color: #5A7CFE;
}
</style>