Shades of Cornflower Blue #5D88EB
Tints of Cornflower Blue #5D88EB
RGB
CMYK
RGB Variations
Color information
#5D88EB (or 0x5D88EB) is known color: Cornflower Blue. HEX triplet: 5D, 88 and EB. RGB value is (93,136,235). Sum of RGB (Red+Green+Blue) = 93+136+235=464 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.04% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D88EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D88EB is #A27714. Grayscale: #858585. Windows color (decimal): -10647317 or 15435869. OLE color: 15435869.
HSL color Cylindrical-coordinate representation of color #5D88EB: hue angle of 221.83º 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 #5D88EB is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 136 | 235 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.08 |
| HSL | 221.83º | 0.78% | 0.64% | - |
| HSV(B) | 221.83º | 0.6% | 0.92% | - |
| XYZ | 28.31 | 25.93 | 82.11 | - |
| YUV | 134.43 | 184.75 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 136 | 235 | 0.60 | 0.42 | 0 | 0.08 | 221.83 | 0.78 | 0.64 |
| Hex | 5D | 88 | EB | 3C | 2A | 0 | 8 | DE | 4E | 40 |
| Octal | 135 | 210 | 353 | 74 | 52 | 0 | 10 | 336 | 116 | 100 |
| Binary | 1011101 | 10001000 | 11101011 | 111100 | 101010 | 0 | 1000 | 11011110 | 1001110 | 1000000 |
Color Harmonies of #5D88EB
Complementary color
Monochromatic Colors of #5D88EB
Black with #5D88EB
Text Example
Text Example
White with #5D88EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D88EB; }
p { color: rgb(93,136,235); }
H1.HeaderClassName
{
color: #5D88EB;
}
.AnyTagClassName
{
color: #5D88EB;
}
</style>
background-color css
<style>
a { background-color: #5D88EB; }
a { background-color: rgb(93,136,235); }
div.DivClassName
{
background-color: #5D88EB;
}
.BgClassName
{
background-color: #5D88EB;
}
</style>
border-color css
<style>
span { border-color: #5D88EB; }
span { border-color: rgb(93,136,235); }
td.TdClassName
{
border-color: #5D88EB;
}
.TagClassName
{
border-color: #5D88EB;
}
</style>