Shades of Cornflower Blue #5D78EB
Tints of Cornflower Blue #5D78EB
RGB
CMYK
RGB Variations
Color information
#5D78EB (or 0x5D78EB) is known color: Cornflower Blue. HEX triplet: 5D, 78 and EB. RGB value is (93,120,235). Sum of RGB (Red+Green+Blue) = 93+120+235=448 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.76% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D78EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D78EB is #A28714. Grayscale: #7C7C7C. Windows color (decimal): -10651413 or 15431773. OLE color: 15431773.
HSL color Cylindrical-coordinate representation of color #5D78EB: hue angle of 228.59º 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 #5D78EB is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 120 | 235 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.08 |
| HSL | 228.59º | 0.78% | 0.64% | - |
| HSV(B) | 228.59º | 0.6% | 0.92% | - |
| XYZ | 26.23 | 21.76 | 81.41 | - |
| YUV | 125.04 | 190.05 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 235 | 0.60 | 0.49 | 0 | 0.08 | 228.59 | 0.78 | 0.64 |
| Hex | 5D | 78 | EB | 3C | 31 | 0 | 8 | E5 | 4E | 40 |
| Octal | 135 | 170 | 353 | 74 | 61 | 0 | 10 | 345 | 116 | 100 |
| Binary | 1011101 | 1111000 | 11101011 | 111100 | 110001 | 0 | 1000 | 11100101 | 1001110 | 1000000 |
Color Harmonies of #5D78EB
Complementary color
Monochromatic Colors of #5D78EB
Black with #5D78EB
Text Example
Text Example
White with #5D78EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D78EB; }
p { color: rgb(93,120,235); }
H1.HeaderClassName
{
color: #5D78EB;
}
.AnyTagClassName
{
color: #5D78EB;
}
</style>
background-color css
<style>
a { background-color: #5D78EB; }
a { background-color: rgb(93,120,235); }
div.DivClassName
{
background-color: #5D78EB;
}
.BgClassName
{
background-color: #5D78EB;
}
</style>
border-color css
<style>
span { border-color: #5D78EB; }
span { border-color: rgb(93,120,235); }
td.TdClassName
{
border-color: #5D78EB;
}
.TagClassName
{
border-color: #5D78EB;
}
</style>