Shades of Cornflower Blue #768DF4
Tints of Cornflower Blue #768DF4
RGB
CMYK
RGB Variations
Color information
#768DF4 (or 0x768DF4) is known color: Cornflower Blue. HEX triplet: 76, 8D and F4. RGB value is (118,141,244). Sum of RGB (Red+Green+Blue) = 118+141+244=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 244 - color contains mainly: blue. Hex color #768DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768DF4 is #89720B. Grayscale: #919191. Windows color (decimal): -9007628 or 16026998. OLE color: 16026998.
HSL color Cylindrical-coordinate representation of color #768DF4: hue angle of 229.05º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #768DF4 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 141 | 244 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.04 |
| HSL | 229.05º | 0.85% | 0.71% | - |
| HSV(B) | 229.05º | 0.52% | 0.96% | - |
| XYZ | 33.33 | 29.43 | 89.51 | - |
| YUV | 145.87 | 183.38 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 244 | 0.52 | 0.42 | 0 | 0.04 | 229.05 | 0.85 | 0.71 |
| Hex | 76 | 8D | F4 | 34 | 2A | 0 | 4 | E5 | 55 | 47 |
| Octal | 166 | 215 | 364 | 64 | 52 | 0 | 4 | 345 | 125 | 107 |
| Binary | 1110110 | 10001101 | 11110100 | 110100 | 101010 | 0 | 100 | 11100101 | 1010101 | 1000111 |
Color Harmonies of #768DF4
Complementary color
Monochromatic Colors of #768DF4
Black with #768DF4
Text Example
Text Example
White with #768DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768DF4; }
p { color: rgb(118,141,244); }
H1.HeaderClassName
{
color: #768DF4;
}
.AnyTagClassName
{
color: #768DF4;
}
</style>
background-color css
<style>
a { background-color: #768DF4; }
a { background-color: rgb(118,141,244); }
div.DivClassName
{
background-color: #768DF4;
}
.BgClassName
{
background-color: #768DF4;
}
</style>
border-color css
<style>
span { border-color: #768DF4; }
span { border-color: rgb(118,141,244); }
td.TdClassName
{
border-color: #768DF4;
}
.TagClassName
{
border-color: #768DF4;
}
</style>