Shades of Cornflower Blue #5A7BEC
Tints of Cornflower Blue #5A7BEC
RGB
CMYK
RGB Variations
Color information
#5A7BEC (or 0x5A7BEC) is known color: Cornflower Blue. HEX triplet: 5A, 7B and EC. RGB value is (90,123,236). Sum of RGB (Red+Green+Blue) = 90+123+236=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A7BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7BEC is #A58413. Grayscale: #7D7D7D. Windows color (decimal): -10847252 or 15498074. OLE color: 15498074.
HSL color Cylindrical-coordinate representation of color #5A7BEC: hue angle of 226.44º 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 #5A7BEC is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 123 | 236 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.07 |
| HSL | 226.44º | 0.79% | 0.64% | - |
| HSV(B) | 226.44º | 0.62% | 0.93% | - |
| XYZ | 26.44 | 22.4 | 82.29 | - |
| YUV | 126.02 | 190.07 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 123 | 236 | 0.62 | 0.48 | 0 | 0.07 | 226.44 | 0.79 | 0.64 |
| Hex | 5A | 7B | EC | 3E | 30 | 0 | 7 | E2 | 4F | 40 |
| Octal | 132 | 173 | 354 | 76 | 60 | 0 | 7 | 342 | 117 | 100 |
| Binary | 1011010 | 1111011 | 11101100 | 111110 | 110000 | 0 | 111 | 11100010 | 1001111 | 1000000 |
Color Harmonies of #5A7BEC
Complementary color
Monochromatic Colors of #5A7BEC
Black with #5A7BEC
Text Example
Text Example
White with #5A7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7BEC; }
p { color: rgb(90,123,236); }
H1.HeaderClassName
{
color: #5A7BEC;
}
.AnyTagClassName
{
color: #5A7BEC;
}
</style>
background-color css
<style>
a { background-color: #5A7BEC; }
a { background-color: rgb(90,123,236); }
div.DivClassName
{
background-color: #5A7BEC;
}
.BgClassName
{
background-color: #5A7BEC;
}
</style>
border-color css
<style>
span { border-color: #5A7BEC; }
span { border-color: rgb(90,123,236); }
td.TdClassName
{
border-color: #5A7BEC;
}
.TagClassName
{
border-color: #5A7BEC;
}
</style>