Shades of Cornflower Blue #5DA2E9
Tints of Cornflower Blue #5DA2E9
RGB
CMYK
RGB Variations
Color information
#5DA2E9 (or 0x5DA2E9) is known color: Cornflower Blue. HEX triplet: 5D, A2 and E9. RGB value is (93,162,233). Sum of RGB (Red+Green+Blue) = 93+162+233=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #5DA2E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DA2E9 is #A25D16. Grayscale: #959595. Windows color (decimal): -10640663 or 15311453. OLE color: 15311453.
HSL color Cylindrical-coordinate representation of color #5DA2E9: hue angle of 210.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DA2E9 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 162 | 233 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.09 |
| HSL | 210.43º | 0.76% | 0.64% | - |
| HSV(B) | 210.43º | 0.6% | 0.91% | - |
| XYZ | 32.14 | 34.05 | 81.97 | - |
| YUV | 149.46 | 175.14 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 162 | 233 | 0.60 | 0.30 | 0 | 0.09 | 210.43 | 0.76 | 0.64 |
| Hex | 5D | A2 | E9 | 3C | 1E | 0 | 9 | D2 | 4C | 40 |
| Octal | 135 | 242 | 351 | 74 | 36 | 0 | 11 | 322 | 114 | 100 |
| Binary | 1011101 | 10100010 | 11101001 | 111100 | 11110 | 0 | 1001 | 11010010 | 1001100 | 1000000 |
Color Harmonies of #5DA2E9
Complementary color
Monochromatic Colors of #5DA2E9
Black with #5DA2E9
Text Example
Text Example
White with #5DA2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA2E9; }
p { color: rgb(93,162,233); }
H1.HeaderClassName
{
color: #5DA2E9;
}
.AnyTagClassName
{
color: #5DA2E9;
}
</style>
background-color css
<style>
a { background-color: #5DA2E9; }
a { background-color: rgb(93,162,233); }
div.DivClassName
{
background-color: #5DA2E9;
}
.BgClassName
{
background-color: #5DA2E9;
}
</style>
border-color css
<style>
span { border-color: #5DA2E9; }
span { border-color: rgb(93,162,233); }
td.TdClassName
{
border-color: #5DA2E9;
}
.TagClassName
{
border-color: #5DA2E9;
}
</style>