Shades of Cornflower Blue #5DA2E7
Tints of Cornflower Blue #5DA2E7
RGB
CMYK
RGB Variations
Color information
#5DA2E7 (or 0x5DA2E7) is known color: Cornflower Blue. HEX triplet: 5D, A2 and E7. RGB value is (93,162,231). Sum of RGB (Red+Green+Blue) = 93+162+231=486 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.14% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #5DA2E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DA2E7 is #A25D18. Grayscale: #949494. Windows color (decimal): -10640665 or 15180381. OLE color: 15180381.
HSL color Cylindrical-coordinate representation of color #5DA2E7: hue angle of 210º degrees, saturation: 0.74, 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 #5DA2E7 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 162 | 231 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.09 |
| HSL | 210º | 0.74% | 0.64% | - |
| HSV(B) | 210º | 0.6% | 0.91% | - |
| XYZ | 31.86 | 33.94 | 80.47 | - |
| YUV | 149.24 | 174.14 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 162 | 231 | 0.60 | 0.30 | 0 | 0.09 | 210 | 0.74 | 0.64 |
| Hex | 5D | A2 | E7 | 3C | 1E | 0 | 9 | D2 | 4A | 40 |
| Octal | 135 | 242 | 347 | 74 | 36 | 0 | 11 | 322 | 112 | 100 |
| Binary | 1011101 | 10100010 | 11100111 | 111100 | 11110 | 0 | 1001 | 11010010 | 1001010 | 1000000 |
Color Harmonies of #5DA2E7
Complementary color
Monochromatic Colors of #5DA2E7
Black with #5DA2E7
Text Example
Text Example
White with #5DA2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA2E7; }
p { color: rgb(93,162,231); }
H1.HeaderClassName
{
color: #5DA2E7;
}
.AnyTagClassName
{
color: #5DA2E7;
}
</style>
background-color css
<style>
a { background-color: #5DA2E7; }
a { background-color: rgb(93,162,231); }
div.DivClassName
{
background-color: #5DA2E7;
}
.BgClassName
{
background-color: #5DA2E7;
}
</style>
border-color css
<style>
span { border-color: #5DA2E7; }
span { border-color: rgb(93,162,231); }
td.TdClassName
{
border-color: #5DA2E7;
}
.TagClassName
{
border-color: #5DA2E7;
}
</style>