Shades of Cornflower Blue #5A8CE8
Tints of Cornflower Blue #5A8CE8
RGB
CMYK
RGB Variations
Color information
#5A8CE8 (or 0x5A8CE8) is known color: Cornflower Blue. HEX triplet: 5A, 8C and E8. RGB value is (90,140,232). Sum of RGB (Red+Green+Blue) = 90+140+232=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #5A8CE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8CE8 is #A57317. Grayscale: #878787. Windows color (decimal): -10842904 or 15240282. OLE color: 15240282.
HSL color Cylindrical-coordinate representation of color #5A8CE8: hue angle of 218.87º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A8CE8 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 140 | 232 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.09 |
| HSL | 218.87º | 0.76% | 0.63% | - |
| HSV(B) | 218.87º | 0.61% | 0.91% | - |
| XYZ | 28.16 | 26.76 | 80.02 | - |
| YUV | 135.54 | 182.44 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 232 | 0.61 | 0.40 | 0 | 0.09 | 218.87 | 0.76 | 0.63 |
| Hex | 5A | 8C | E8 | 3D | 28 | 0 | 9 | DB | 4C | 3F |
| Octal | 132 | 214 | 350 | 75 | 50 | 0 | 11 | 333 | 114 | 77 |
| Binary | 1011010 | 10001100 | 11101000 | 111101 | 101000 | 0 | 1001 | 11011011 | 1001100 | 111111 |
Color Harmonies of #5A8CE8
Complementary color
Monochromatic Colors of #5A8CE8
Black with #5A8CE8
Text Example
Text Example
White with #5A8CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8CE8; }
p { color: rgb(90,140,232); }
H1.HeaderClassName
{
color: #5A8CE8;
}
.AnyTagClassName
{
color: #5A8CE8;
}
</style>
background-color css
<style>
a { background-color: #5A8CE8; }
a { background-color: rgb(90,140,232); }
div.DivClassName
{
background-color: #5A8CE8;
}
.BgClassName
{
background-color: #5A8CE8;
}
</style>
border-color css
<style>
span { border-color: #5A8CE8; }
span { border-color: rgb(90,140,232); }
td.TdClassName
{
border-color: #5A8CE8;
}
.TagClassName
{
border-color: #5A8CE8;
}
</style>