Shades of Cornflower Blue #5D78FE
Tints of Cornflower Blue #5D78FE
RGB
CMYK
RGB Variations
Color information
#5D78FE (or 0x5D78FE) is known color: Cornflower Blue. HEX triplet: 5D, 78 and FE. RGB value is (93,120,254). Sum of RGB (Red+Green+Blue) = 93+120+254=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D78FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D78FE is #A28701. Grayscale: #7E7E7E. Windows color (decimal): -10651394 or 16676957. OLE color: 16676957.
HSL color Cylindrical-coordinate representation of color #5D78FE: hue angle of 229.94º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D78FE is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 120 | 254 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.00 |
| HSL | 229.94º | 0.99% | 0.68% | - |
| HSV(B) | 229.94º | 0.63% | 1% | - |
| XYZ | 29.12 | 22.92 | 96.65 | - |
| YUV | 127.2 | 199.55 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 254 | 0.63 | 0.53 | 0 | 0.00 | 229.94 | 0.99 | 0.68 |
| Hex | 5D | 78 | FE | 3F | 35 | 0 | 0 | E6 | 63 | 44 |
| Octal | 135 | 170 | 376 | 77 | 65 | 0 | 0 | 346 | 143 | 104 |
| Binary | 1011101 | 1111000 | 11111110 | 111111 | 110101 | 0 | 0 | 11100110 | 1100011 | 1000100 |
Color Harmonies of #5D78FE
Complementary color
Monochromatic Colors of #5D78FE
Black with #5D78FE
Text Example
Text Example
White with #5D78FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D78FE; }
p { color: rgb(93,120,254); }
H1.HeaderClassName
{
color: #5D78FE;
}
.AnyTagClassName
{
color: #5D78FE;
}
</style>
background-color css
<style>
a { background-color: #5D78FE; }
a { background-color: rgb(93,120,254); }
div.DivClassName
{
background-color: #5D78FE;
}
.BgClassName
{
background-color: #5D78FE;
}
</style>
border-color css
<style>
span { border-color: #5D78FE; }
span { border-color: rgb(93,120,254); }
td.TdClassName
{
border-color: #5D78FE;
}
.TagClassName
{
border-color: #5D78FE;
}
</style>