Shades of Cornflower Blue #5D9BEC
Tints of Cornflower Blue #5D9BEC
RGB
CMYK
RGB Variations
Color information
#5D9BEC (or 0x5D9BEC) is known color: Cornflower Blue. HEX triplet: 5D, 9B and EC. RGB value is (93,155,236). Sum of RGB (Red+Green+Blue) = 93+155+236=484 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.21% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D9BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D9BEC is #A26413. Grayscale: #919191. Windows color (decimal): -10642452 or 15506269. OLE color: 15506269.
HSL color Cylindrical-coordinate representation of color #5D9BEC: hue angle of 213.99º degrees, saturation: 0.79, 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 #5D9BEC is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 155 | 236 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.07 |
| HSL | 213.99º | 0.79% | 0.65% | - |
| HSV(B) | 213.99º | 0.61% | 0.93% | - |
| XYZ | 31.38 | 31.83 | 83.85 | - |
| YUV | 145.7 | 178.96 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 155 | 236 | 0.61 | 0.34 | 0 | 0.07 | 213.99 | 0.79 | 0.65 |
| Hex | 5D | 9B | EC | 3D | 22 | 0 | 7 | D6 | 4F | 41 |
| Octal | 135 | 233 | 354 | 75 | 42 | 0 | 7 | 326 | 117 | 101 |
| Binary | 1011101 | 10011011 | 11101100 | 111101 | 100010 | 0 | 111 | 11010110 | 1001111 | 1000001 |
Color Harmonies of #5D9BEC
Complementary color
Monochromatic Colors of #5D9BEC
Black with #5D9BEC
Text Example
Text Example
White with #5D9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9BEC; }
p { color: rgb(93,155,236); }
H1.HeaderClassName
{
color: #5D9BEC;
}
.AnyTagClassName
{
color: #5D9BEC;
}
</style>
background-color css
<style>
a { background-color: #5D9BEC; }
a { background-color: rgb(93,155,236); }
div.DivClassName
{
background-color: #5D9BEC;
}
.BgClassName
{
background-color: #5D9BEC;
}
</style>
border-color css
<style>
span { border-color: #5D9BEC; }
span { border-color: rgb(93,155,236); }
td.TdClassName
{
border-color: #5D9BEC;
}
.TagClassName
{
border-color: #5D9BEC;
}
</style>