Shades of Cornflower Blue #5D93EB
Tints of Cornflower Blue #5D93EB
RGB
CMYK
RGB Variations
Color information
#5D93EB (or 0x5D93EB) is known color: Cornflower Blue. HEX triplet: 5D, 93 and EB. RGB value is (93,147,235). Sum of RGB (Red+Green+Blue) = 93+147+235=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D93EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D93EB is #A26C14. Grayscale: #8C8C8C. Windows color (decimal): -10644501 or 15438685. OLE color: 15438685.
HSL color Cylindrical-coordinate representation of color #5D93EB: hue angle of 217.18º 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 #5D93EB is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 147 | 235 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.08 |
| HSL | 217.18º | 0.78% | 0.64% | - |
| HSV(B) | 217.18º | 0.6% | 0.92% | - |
| XYZ | 29.94 | 29.19 | 82.65 | - |
| YUV | 140.89 | 181.11 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 235 | 0.60 | 0.37 | 0 | 0.08 | 217.18 | 0.78 | 0.64 |
| Hex | 5D | 93 | EB | 3C | 25 | 0 | 8 | D9 | 4E | 40 |
| Octal | 135 | 223 | 353 | 74 | 45 | 0 | 10 | 331 | 116 | 100 |
| Binary | 1011101 | 10010011 | 11101011 | 111100 | 100101 | 0 | 1000 | 11011001 | 1001110 | 1000000 |
Color Harmonies of #5D93EB
Complementary color
Monochromatic Colors of #5D93EB
Black with #5D93EB
Text Example
Text Example
White with #5D93EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D93EB; }
p { color: rgb(93,147,235); }
H1.HeaderClassName
{
color: #5D93EB;
}
.AnyTagClassName
{
color: #5D93EB;
}
</style>
background-color css
<style>
a { background-color: #5D93EB; }
a { background-color: rgb(93,147,235); }
div.DivClassName
{
background-color: #5D93EB;
}
.BgClassName
{
background-color: #5D93EB;
}
</style>
border-color css
<style>
span { border-color: #5D93EB; }
span { border-color: rgb(93,147,235); }
td.TdClassName
{
border-color: #5D93EB;
}
.TagClassName
{
border-color: #5D93EB;
}
</style>