Shades of Cornflower Blue #5A8DEF
Tints of Cornflower Blue #5A8DEF
RGB
CMYK
RGB Variations
Color information
#5A8DEF (or 0x5A8DEF) is known color: Cornflower Blue. HEX triplet: 5A, 8D and EF. RGB value is (90,141,239). Sum of RGB (Red+Green+Blue) = 90+141+239=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A8DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8DEF is #A57210. Grayscale: #888888. Windows color (decimal): -10842641 or 15699290. OLE color: 15699290.
HSL color Cylindrical-coordinate representation of color #5A8DEF: hue angle of 219.46º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A8DEF is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 141 | 239 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.06 |
| HSL | 219.46º | 0.82% | 0.65% | - |
| HSV(B) | 219.46º | 0.62% | 0.94% | - |
| XYZ | 29.32 | 27.46 | 85.42 | - |
| YUV | 136.92 | 185.6 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 141 | 239 | 0.62 | 0.41 | 0 | 0.06 | 219.46 | 0.82 | 0.65 |
| Hex | 5A | 8D | EF | 3E | 29 | 0 | 6 | DB | 52 | 41 |
| Octal | 132 | 215 | 357 | 76 | 51 | 0 | 6 | 333 | 122 | 101 |
| Binary | 1011010 | 10001101 | 11101111 | 111110 | 101001 | 0 | 110 | 11011011 | 1010010 | 1000001 |
Color Harmonies of #5A8DEF
Complementary color
Monochromatic Colors of #5A8DEF
Black with #5A8DEF
Text Example
Text Example
White with #5A8DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8DEF; }
p { color: rgb(90,141,239); }
H1.HeaderClassName
{
color: #5A8DEF;
}
.AnyTagClassName
{
color: #5A8DEF;
}
</style>
background-color css
<style>
a { background-color: #5A8DEF; }
a { background-color: rgb(90,141,239); }
div.DivClassName
{
background-color: #5A8DEF;
}
.BgClassName
{
background-color: #5A8DEF;
}
</style>
border-color css
<style>
span { border-color: #5A8DEF; }
span { border-color: rgb(90,141,239); }
td.TdClassName
{
border-color: #5A8DEF;
}
.TagClassName
{
border-color: #5A8DEF;
}
</style>