Shades of Cornflower Blue #5D85EB
Tints of Cornflower Blue #5D85EB
RGB
CMYK
RGB Variations
Color information
#5D85EB (or 0x5D85EB) is known color: Cornflower Blue. HEX triplet: 5D, 85 and EB. RGB value is (93,133,235). Sum of RGB (Red+Green+Blue) = 93+133+235=461 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.17% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D85EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D85EB is #A27A14. Grayscale: #848484. Windows color (decimal): -10648085 or 15435101. OLE color: 15435101.
HSL color Cylindrical-coordinate representation of color #5D85EB: hue angle of 223.1º 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 #5D85EB is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 133 | 235 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.08 |
| HSL | 223.1º | 0.78% | 0.64% | - |
| HSV(B) | 223.1º | 0.6% | 0.92% | - |
| XYZ | 27.9 | 25.1 | 81.97 | - |
| YUV | 132.67 | 185.75 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 235 | 0.60 | 0.43 | 0 | 0.08 | 223.1 | 0.78 | 0.64 |
| Hex | 5D | 85 | EB | 3C | 2B | 0 | 8 | DF | 4E | 40 |
| Octal | 135 | 205 | 353 | 74 | 53 | 0 | 10 | 337 | 116 | 100 |
| Binary | 1011101 | 10000101 | 11101011 | 111100 | 101011 | 0 | 1000 | 11011111 | 1001110 | 1000000 |
Color Harmonies of #5D85EB
Complementary color
Monochromatic Colors of #5D85EB
Black with #5D85EB
Text Example
Text Example
White with #5D85EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D85EB; }
p { color: rgb(93,133,235); }
H1.HeaderClassName
{
color: #5D85EB;
}
.AnyTagClassName
{
color: #5D85EB;
}
</style>
background-color css
<style>
a { background-color: #5D85EB; }
a { background-color: rgb(93,133,235); }
div.DivClassName
{
background-color: #5D85EB;
}
.BgClassName
{
background-color: #5D85EB;
}
</style>
border-color css
<style>
span { border-color: #5D85EB; }
span { border-color: rgb(93,133,235); }
td.TdClassName
{
border-color: #5D85EB;
}
.TagClassName
{
border-color: #5D85EB;
}
</style>