Shades of Cornflower Blue #5D9CEB
Tints of Cornflower Blue #5D9CEB
RGB
CMYK
RGB Variations
Color information
#5D9CEB (or 0x5D9CEB) is known color: Cornflower Blue. HEX triplet: 5D, 9C and EB. RGB value is (93,156,235). Sum of RGB (Red+Green+Blue) = 93+156+235=484 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.21% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D9CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D9CEB is #A26314. Grayscale: #919191. Windows color (decimal): -10642197 or 15440989. OLE color: 15440989.
HSL color Cylindrical-coordinate representation of color #5D9CEB: hue angle of 213.38º 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 #5D9CEB is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 156 | 235 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.08 |
| HSL | 213.38º | 0.78% | 0.64% | - |
| HSV(B) | 213.38º | 0.6% | 0.92% | - |
| XYZ | 31.4 | 32.1 | 83.14 | - |
| YUV | 146.17 | 178.13 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 156 | 235 | 0.60 | 0.34 | 0 | 0.08 | 213.38 | 0.78 | 0.64 |
| Hex | 5D | 9C | EB | 3C | 22 | 0 | 8 | D5 | 4E | 40 |
| Octal | 135 | 234 | 353 | 74 | 42 | 0 | 10 | 325 | 116 | 100 |
| Binary | 1011101 | 10011100 | 11101011 | 111100 | 100010 | 0 | 1000 | 11010101 | 1001110 | 1000000 |
Color Harmonies of #5D9CEB
Complementary color
Monochromatic Colors of #5D9CEB
Black with #5D9CEB
Text Example
Text Example
White with #5D9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9CEB; }
p { color: rgb(93,156,235); }
H1.HeaderClassName
{
color: #5D9CEB;
}
.AnyTagClassName
{
color: #5D9CEB;
}
</style>
background-color css
<style>
a { background-color: #5D9CEB; }
a { background-color: rgb(93,156,235); }
div.DivClassName
{
background-color: #5D9CEB;
}
.BgClassName
{
background-color: #5D9CEB;
}
</style>
border-color css
<style>
span { border-color: #5D9CEB; }
span { border-color: rgb(93,156,235); }
td.TdClassName
{
border-color: #5D9CEB;
}
.TagClassName
{
border-color: #5D9CEB;
}
</style>