Shades of Cornflower Blue #5D9AED
Tints of Cornflower Blue #5D9AED
RGB
CMYK
RGB Variations
Color information
#5D9AED (or 0x5D9AED) is known color: Cornflower Blue. HEX triplet: 5D, 9A and ED. RGB value is (93,154,237). Sum of RGB (Red+Green+Blue) = 93+154+237=484 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.21% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #5D9AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D9AED is #A26512. Grayscale: #909090. Windows color (decimal): -10642707 or 15571549. OLE color: 15571549.
HSL color Cylindrical-coordinate representation of color #5D9AED: hue angle of 214.58º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D9AED is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 154 | 237 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.07 |
| HSL | 214.58º | 0.8% | 0.65% | - |
| HSV(B) | 214.58º | 0.61% | 0.93% | - |
| XYZ | 31.36 | 31.55 | 84.56 | - |
| YUV | 145.22 | 179.79 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 237 | 0.61 | 0.35 | 0 | 0.07 | 214.58 | 0.8 | 0.65 |
| Hex | 5D | 9A | ED | 3D | 23 | 0 | 7 | D7 | 50 | 41 |
| Octal | 135 | 232 | 355 | 75 | 43 | 0 | 7 | 327 | 120 | 101 |
| Binary | 1011101 | 10011010 | 11101101 | 111101 | 100011 | 0 | 111 | 11010111 | 1010000 | 1000001 |
Color Harmonies of #5D9AED
Complementary color
Monochromatic Colors of #5D9AED
Black with #5D9AED
Text Example
Text Example
White with #5D9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9AED; }
p { color: rgb(93,154,237); }
H1.HeaderClassName
{
color: #5D9AED;
}
.AnyTagClassName
{
color: #5D9AED;
}
</style>
background-color css
<style>
a { background-color: #5D9AED; }
a { background-color: rgb(93,154,237); }
div.DivClassName
{
background-color: #5D9AED;
}
.BgClassName
{
background-color: #5D9AED;
}
</style>
border-color css
<style>
span { border-color: #5D9AED; }
span { border-color: rgb(93,154,237); }
td.TdClassName
{
border-color: #5D9AED;
}
.TagClassName
{
border-color: #5D9AED;
}
</style>