Shades of Cornflower Blue #768DFA
Tints of Cornflower Blue #768DFA
RGB
CMYK
RGB Variations
Color information
#768DFA (or 0x768DFA) is known color: Cornflower Blue. HEX triplet: 76, 8D and FA. RGB value is (118,141,250). Sum of RGB (Red+Green+Blue) = 118+141+250=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #768DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768DFA is #897205. Grayscale: #929292. Windows color (decimal): -9007622 or 16420214. OLE color: 16420214.
HSL color Cylindrical-coordinate representation of color #768DFA: hue angle of 229.55º degrees, saturation: 0.93, 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 #768DFA is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 141 | 250 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.02 |
| HSL | 229.55º | 0.93% | 0.72% | - |
| HSV(B) | 229.55º | 0.53% | 0.98% | - |
| XYZ | 34.25 | 29.8 | 94.39 | - |
| YUV | 146.55 | 186.38 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 250 | 0.53 | 0.44 | 0 | 0.02 | 229.55 | 0.93 | 0.72 |
| Hex | 76 | 8D | FA | 35 | 2C | 0 | 2 | E6 | 5D | 48 |
| Octal | 166 | 215 | 372 | 65 | 54 | 0 | 2 | 346 | 135 | 110 |
| Binary | 1110110 | 10001101 | 11111010 | 110101 | 101100 | 0 | 10 | 11100110 | 1011101 | 1001000 |
Color Harmonies of #768DFA
Complementary color
Monochromatic Colors of #768DFA
Black with #768DFA
Text Example
Text Example
White with #768DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768DFA; }
p { color: rgb(118,141,250); }
H1.HeaderClassName
{
color: #768DFA;
}
.AnyTagClassName
{
color: #768DFA;
}
</style>
background-color css
<style>
a { background-color: #768DFA; }
a { background-color: rgb(118,141,250); }
div.DivClassName
{
background-color: #768DFA;
}
.BgClassName
{
background-color: #768DFA;
}
</style>
border-color css
<style>
span { border-color: #768DFA; }
span { border-color: rgb(118,141,250); }
td.TdClassName
{
border-color: #768DFA;
}
.TagClassName
{
border-color: #768DFA;
}
</style>