Shades of Cornflower Blue #778DF5
Tints of Cornflower Blue #778DF5
RGB
CMYK
RGB Variations
Color information
#778DF5 (or 0x778DF5) is known color: Cornflower Blue. HEX triplet: 77, 8D and F5. RGB value is (119,141,245). Sum of RGB (Red+Green+Blue) = 119+141+245=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #778DF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778DF5 is #88720A. Grayscale: #919191. Windows color (decimal): -8942091 or 16092535. OLE color: 16092535.
HSL color Cylindrical-coordinate representation of color #778DF5: hue angle of 229.52º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #778DF5 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 141 | 245 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.04 |
| HSL | 229.52º | 0.86% | 0.71% | - |
| HSV(B) | 229.52º | 0.51% | 0.96% | - |
| XYZ | 33.61 | 29.56 | 90.32 | - |
| YUV | 146.28 | 183.71 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 245 | 0.51 | 0.42 | 0 | 0.04 | 229.52 | 0.86 | 0.71 |
| Hex | 77 | 8D | F5 | 33 | 2A | 0 | 4 | E6 | 56 | 47 |
| Octal | 167 | 215 | 365 | 63 | 52 | 0 | 4 | 346 | 126 | 107 |
| Binary | 1110111 | 10001101 | 11110101 | 110011 | 101010 | 0 | 100 | 11100110 | 1010110 | 1000111 |
Color Harmonies of #778DF5
Complementary color
Monochromatic Colors of #778DF5
Black with #778DF5
Text Example
Text Example
White with #778DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778DF5; }
p { color: rgb(119,141,245); }
H1.HeaderClassName
{
color: #778DF5;
}
.AnyTagClassName
{
color: #778DF5;
}
</style>
background-color css
<style>
a { background-color: #778DF5; }
a { background-color: rgb(119,141,245); }
div.DivClassName
{
background-color: #778DF5;
}
.BgClassName
{
background-color: #778DF5;
}
</style>
border-color css
<style>
span { border-color: #778DF5; }
span { border-color: rgb(119,141,245); }
td.TdClassName
{
border-color: #778DF5;
}
.TagClassName
{
border-color: #778DF5;
}
</style>