Shades of Cornflower Blue #5D78EF
Tints of Cornflower Blue #5D78EF
RGB
CMYK
RGB Variations
Color information
#5D78EF (or 0x5D78EF) is known color: Cornflower Blue. HEX triplet: 5D, 78 and EF. RGB value is (93,120,239). Sum of RGB (Red+Green+Blue) = 93+120+239=452 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.58% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #5D78EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D78EF is #A28710. Grayscale: #7C7C7C. Windows color (decimal): -10651409 or 15693917. OLE color: 15693917.
HSL color Cylindrical-coordinate representation of color #5D78EF: hue angle of 228.9º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D78EF is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 120 | 239 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.06 |
| HSL | 228.9º | 0.82% | 0.65% | - |
| HSV(B) | 228.9º | 0.61% | 0.94% | - |
| XYZ | 26.81 | 21.99 | 84.49 | - |
| YUV | 125.49 | 192.05 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 239 | 0.61 | 0.50 | 0 | 0.06 | 228.9 | 0.82 | 0.65 |
| Hex | 5D | 78 | EF | 3D | 32 | 0 | 6 | E5 | 52 | 41 |
| Octal | 135 | 170 | 357 | 75 | 62 | 0 | 6 | 345 | 122 | 101 |
| Binary | 1011101 | 1111000 | 11101111 | 111101 | 110010 | 0 | 110 | 11100101 | 1010010 | 1000001 |
Color Harmonies of #5D78EF
Complementary color
Monochromatic Colors of #5D78EF
Black with #5D78EF
Text Example
Text Example
White with #5D78EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D78EF; }
p { color: rgb(93,120,239); }
H1.HeaderClassName
{
color: #5D78EF;
}
.AnyTagClassName
{
color: #5D78EF;
}
</style>
background-color css
<style>
a { background-color: #5D78EF; }
a { background-color: rgb(93,120,239); }
div.DivClassName
{
background-color: #5D78EF;
}
.BgClassName
{
background-color: #5D78EF;
}
</style>
border-color css
<style>
span { border-color: #5D78EF; }
span { border-color: rgb(93,120,239); }
td.TdClassName
{
border-color: #5D78EF;
}
.TagClassName
{
border-color: #5D78EF;
}
</style>