Shades of Cornflower Blue #768DFB
Tints of Cornflower Blue #768DFB
RGB
CMYK
RGB Variations
Color information
#768DFB (or 0x768DFB) is known color: Cornflower Blue. HEX triplet: 76, 8D and FB. RGB value is (118,141,251). Sum of RGB (Red+Green+Blue) = 118+141+251=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #768DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768DFB is #897204. Grayscale: #929292. Windows color (decimal): -9007621 or 16485750. OLE color: 16485750.
HSL color Cylindrical-coordinate representation of color #768DFB: hue angle of 229.62º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #768DFB is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 141 | 251 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.02 |
| HSL | 229.62º | 0.94% | 0.72% | - |
| HSV(B) | 229.62º | 0.53% | 0.98% | - |
| XYZ | 34.41 | 29.87 | 95.22 | - |
| YUV | 146.66 | 186.88 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 251 | 0.53 | 0.44 | 0 | 0.02 | 229.62 | 0.94 | 0.72 |
| Hex | 76 | 8D | FB | 35 | 2C | 0 | 2 | E6 | 5E | 48 |
| Octal | 166 | 215 | 373 | 65 | 54 | 0 | 2 | 346 | 136 | 110 |
| Binary | 1110110 | 10001101 | 11111011 | 110101 | 101100 | 0 | 10 | 11100110 | 1011110 | 1001000 |
Color Harmonies of #768DFB
Complementary color
Monochromatic Colors of #768DFB
Black with #768DFB
Text Example
Text Example
White with #768DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768DFB; }
p { color: rgb(118,141,251); }
H1.HeaderClassName
{
color: #768DFB;
}
.AnyTagClassName
{
color: #768DFB;
}
</style>
background-color css
<style>
a { background-color: #768DFB; }
a { background-color: rgb(118,141,251); }
div.DivClassName
{
background-color: #768DFB;
}
.BgClassName
{
background-color: #768DFB;
}
</style>
border-color css
<style>
span { border-color: #768DFB; }
span { border-color: rgb(118,141,251); }
td.TdClassName
{
border-color: #768DFB;
}
.TagClassName
{
border-color: #768DFB;
}
</style>