Shades of Cornflower Blue #778FFB
Tints of Cornflower Blue #778FFB
RGB
CMYK
RGB Variations
Color information
#778FFB (or 0x778FFB) is known color: Cornflower Blue. HEX triplet: 77, 8F and FB. RGB value is (119,143,251). Sum of RGB (Red+Green+Blue) = 119+143+251=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #778FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778FFB is #887004. Grayscale: #939393. Windows color (decimal): -8941573 or 16486263. OLE color: 16486263.
HSL color Cylindrical-coordinate representation of color #778FFB: hue angle of 229.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #778FFB is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 143 | 251 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.02 |
| HSL | 229.09º | 0.94% | 0.73% | - |
| HSV(B) | 229.09º | 0.53% | 0.98% | - |
| XYZ | 34.84 | 30.53 | 95.32 | - |
| YUV | 148.14 | 186.05 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 251 | 0.53 | 0.43 | 0 | 0.02 | 229.09 | 0.94 | 0.73 |
| Hex | 77 | 8F | FB | 35 | 2B | 0 | 2 | E5 | 5E | 49 |
| Octal | 167 | 217 | 373 | 65 | 53 | 0 | 2 | 345 | 136 | 111 |
| Binary | 1110111 | 10001111 | 11111011 | 110101 | 101011 | 0 | 10 | 11100101 | 1011110 | 1001001 |
Color Harmonies of #778FFB
Complementary color
Monochromatic Colors of #778FFB
Black with #778FFB
Text Example
Text Example
White with #778FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778FFB; }
p { color: rgb(119,143,251); }
H1.HeaderClassName
{
color: #778FFB;
}
.AnyTagClassName
{
color: #778FFB;
}
</style>
background-color css
<style>
a { background-color: #778FFB; }
a { background-color: rgb(119,143,251); }
div.DivClassName
{
background-color: #778FFB;
}
.BgClassName
{
background-color: #778FFB;
}
</style>
border-color css
<style>
span { border-color: #778FFB; }
span { border-color: rgb(119,143,251); }
td.TdClassName
{
border-color: #778FFB;
}
.TagClassName
{
border-color: #778FFB;
}
</style>