Shades of Cornflower Blue #778BF8
Tints of Cornflower Blue #778BF8
RGB
CMYK
RGB Variations
Color information
#778BF8 (or 0x778BF8) is known color: Cornflower Blue. HEX triplet: 77, 8B and F8. RGB value is (119,139,248). Sum of RGB (Red+Green+Blue) = 119+139+248=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #778BF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778BF8 is #887407. Grayscale: #909090. Windows color (decimal): -8942600 or 16288631. OLE color: 16288631.
HSL color Cylindrical-coordinate representation of color #778BF8: hue angle of 230.7º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #778BF8 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 139 | 248 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.03 |
| HSL | 230.7º | 0.9% | 0.72% | - |
| HSV(B) | 230.7º | 0.52% | 0.97% | - |
| XYZ | 33.78 | 29.16 | 92.66 | - |
| YUV | 145.45 | 185.87 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 248 | 0.52 | 0.44 | 0 | 0.03 | 230.7 | 0.9 | 0.72 |
| Hex | 77 | 8B | F8 | 34 | 2C | 0 | 3 | E7 | 5A | 48 |
| Octal | 167 | 213 | 370 | 64 | 54 | 0 | 3 | 347 | 132 | 110 |
| Binary | 1110111 | 10001011 | 11111000 | 110100 | 101100 | 0 | 11 | 11100111 | 1011010 | 1001000 |
Color Harmonies of #778BF8
Complementary color
Monochromatic Colors of #778BF8
Black with #778BF8
Text Example
Text Example
White with #778BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778BF8; }
p { color: rgb(119,139,248); }
H1.HeaderClassName
{
color: #778BF8;
}
.AnyTagClassName
{
color: #778BF8;
}
</style>
background-color css
<style>
a { background-color: #778BF8; }
a { background-color: rgb(119,139,248); }
div.DivClassName
{
background-color: #778BF8;
}
.BgClassName
{
background-color: #778BF8;
}
</style>
border-color css
<style>
span { border-color: #778BF8; }
span { border-color: rgb(119,139,248); }
td.TdClassName
{
border-color: #778BF8;
}
.TagClassName
{
border-color: #778BF8;
}
</style>