Shades of Cornflower Blue #5A8CDE
Tints of Cornflower Blue #5A8CDE
RGB
CMYK
RGB Variations
Color information
#5A8CDE (or 0x5A8CDE) is known color: Cornflower Blue. HEX triplet: 5A, 8C and DE. RGB value is (90,140,222). Sum of RGB (Red+Green+Blue) = 90+140+222=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A8CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8CDE is #A57321. Grayscale: #868686. Windows color (decimal): -10842914 or 14584922. OLE color: 14584922.
HSL color Cylindrical-coordinate representation of color #5A8CDE: hue angle of 217.27º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A8CDE is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 140 | 222 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.13 |
| HSL | 217.27º | 0.67% | 0.61% | - |
| HSV(B) | 217.27º | 0.59% | 0.87% | - |
| XYZ | 26.78 | 26.2 | 72.75 | - |
| YUV | 134.4 | 177.44 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 222 | 0.59 | 0.37 | 0 | 0.13 | 217.27 | 0.67 | 0.61 |
| Hex | 5A | 8C | DE | 3B | 25 | 0 | D | D9 | 43 | 3D |
| Octal | 132 | 214 | 336 | 73 | 45 | 0 | 15 | 331 | 103 | 75 |
| Binary | 1011010 | 10001100 | 11011110 | 111011 | 100101 | 0 | 1101 | 11011001 | 1000011 | 111101 |
Color Harmonies of #5A8CDE
Complementary color
Monochromatic Colors of #5A8CDE
Black with #5A8CDE
Text Example
Text Example
White with #5A8CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8CDE; }
p { color: rgb(90,140,222); }
H1.HeaderClassName
{
color: #5A8CDE;
}
.AnyTagClassName
{
color: #5A8CDE;
}
</style>
background-color css
<style>
a { background-color: #5A8CDE; }
a { background-color: rgb(90,140,222); }
div.DivClassName
{
background-color: #5A8CDE;
}
.BgClassName
{
background-color: #5A8CDE;
}
</style>
border-color css
<style>
span { border-color: #5A8CDE; }
span { border-color: rgb(90,140,222); }
td.TdClassName
{
border-color: #5A8CDE;
}
.TagClassName
{
border-color: #5A8CDE;
}
</style>