Shades of Cornflower Blue #5A8DEA
Tints of Cornflower Blue #5A8DEA
RGB
CMYK
RGB Variations
Color information
#5A8DEA (or 0x5A8DEA) is known color: Cornflower Blue. HEX triplet: 5A, 8D and EA. RGB value is (90,141,234). Sum of RGB (Red+Green+Blue) = 90+141+234=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A8DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8DEA is #A57215. Grayscale: #878787. Windows color (decimal): -10842646 or 15371610. OLE color: 15371610.
HSL color Cylindrical-coordinate representation of color #5A8DEA: hue angle of 218.75º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A8DEA is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 141 | 234 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.08 |
| HSL | 218.75º | 0.77% | 0.64% | - |
| HSV(B) | 218.75º | 0.62% | 0.92% | - |
| XYZ | 28.59 | 27.16 | 81.58 | - |
| YUV | 136.35 | 183.1 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 141 | 234 | 0.62 | 0.40 | 0 | 0.08 | 218.75 | 0.77 | 0.64 |
| Hex | 5A | 8D | EA | 3E | 28 | 0 | 8 | DB | 4D | 40 |
| Octal | 132 | 215 | 352 | 76 | 50 | 0 | 10 | 333 | 115 | 100 |
| Binary | 1011010 | 10001101 | 11101010 | 111110 | 101000 | 0 | 1000 | 11011011 | 1001101 | 1000000 |
Color Harmonies of #5A8DEA
Complementary color
Monochromatic Colors of #5A8DEA
Black with #5A8DEA
Text Example
Text Example
White with #5A8DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8DEA; }
p { color: rgb(90,141,234); }
H1.HeaderClassName
{
color: #5A8DEA;
}
.AnyTagClassName
{
color: #5A8DEA;
}
</style>
background-color css
<style>
a { background-color: #5A8DEA; }
a { background-color: rgb(90,141,234); }
div.DivClassName
{
background-color: #5A8DEA;
}
.BgClassName
{
background-color: #5A8DEA;
}
</style>
border-color css
<style>
span { border-color: #5A8DEA; }
span { border-color: rgb(90,141,234); }
td.TdClassName
{
border-color: #5A8DEA;
}
.TagClassName
{
border-color: #5A8DEA;
}
</style>