Shades of Cornflower Blue #5D90EB
Tints of Cornflower Blue #5D90EB
RGB
CMYK
RGB Variations
Color information
#5D90EB (or 0x5D90EB) is known color: Cornflower Blue. HEX triplet: 5D, 90 and EB. RGB value is (93,144,235). Sum of RGB (Red+Green+Blue) = 93+144+235=472 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.70% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D90EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D90EB is #A26F14. Grayscale: #8A8A8A. Windows color (decimal): -10645269 or 15437917. OLE color: 15437917.
HSL color Cylindrical-coordinate representation of color #5D90EB: hue angle of 218.45º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D90EB is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 144 | 235 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.08 |
| HSL | 218.45º | 0.78% | 0.64% | - |
| HSV(B) | 218.45º | 0.6% | 0.92% | - |
| XYZ | 29.48 | 28.27 | 82.5 | - |
| YUV | 139.13 | 182.1 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 235 | 0.60 | 0.39 | 0 | 0.08 | 218.45 | 0.78 | 0.64 |
| Hex | 5D | 90 | EB | 3C | 27 | 0 | 8 | DA | 4E | 40 |
| Octal | 135 | 220 | 353 | 74 | 47 | 0 | 10 | 332 | 116 | 100 |
| Binary | 1011101 | 10010000 | 11101011 | 111100 | 100111 | 0 | 1000 | 11011010 | 1001110 | 1000000 |
Color Harmonies of #5D90EB
Complementary color
Monochromatic Colors of #5D90EB
Black with #5D90EB
Text Example
Text Example
White with #5D90EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D90EB; }
p { color: rgb(93,144,235); }
H1.HeaderClassName
{
color: #5D90EB;
}
.AnyTagClassName
{
color: #5D90EB;
}
</style>
background-color css
<style>
a { background-color: #5D90EB; }
a { background-color: rgb(93,144,235); }
div.DivClassName
{
background-color: #5D90EB;
}
.BgClassName
{
background-color: #5D90EB;
}
</style>
border-color css
<style>
span { border-color: #5D90EB; }
span { border-color: rgb(93,144,235); }
td.TdClassName
{
border-color: #5D90EB;
}
.TagClassName
{
border-color: #5D90EB;
}
</style>