Shades of Cornflower Blue #768BF3
Tints of Cornflower Blue #768BF3
RGB
CMYK
RGB Variations
Color information
#768BF3 (or 0x768BF3) is known color: Cornflower Blue. HEX triplet: 76, 8B and F3. RGB value is (118,139,243). Sum of RGB (Red+Green+Blue) = 118+139+243=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #768BF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768BF3 is #89740C. Grayscale: #909090. Windows color (decimal): -9008141 or 15960950. OLE color: 15960950.
HSL color Cylindrical-coordinate representation of color #768BF3: hue angle of 229.92º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #768BF3 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 139 | 243 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.05 |
| HSL | 229.92º | 0.84% | 0.71% | - |
| HSV(B) | 229.92º | 0.51% | 0.95% | - |
| XYZ | 32.88 | 28.79 | 88.62 | - |
| YUV | 144.58 | 183.54 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 243 | 0.51 | 0.43 | 0 | 0.05 | 229.92 | 0.84 | 0.71 |
| Hex | 76 | 8B | F3 | 33 | 2B | 0 | 5 | E6 | 54 | 47 |
| Octal | 166 | 213 | 363 | 63 | 53 | 0 | 5 | 346 | 124 | 107 |
| Binary | 1110110 | 10001011 | 11110011 | 110011 | 101011 | 0 | 101 | 11100110 | 1010100 | 1000111 |
Color Harmonies of #768BF3
Complementary color
Monochromatic Colors of #768BF3
Black with #768BF3
Text Example
Text Example
White with #768BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768BF3; }
p { color: rgb(118,139,243); }
H1.HeaderClassName
{
color: #768BF3;
}
.AnyTagClassName
{
color: #768BF3;
}
</style>
background-color css
<style>
a { background-color: #768BF3; }
a { background-color: rgb(118,139,243); }
div.DivClassName
{
background-color: #768BF3;
}
.BgClassName
{
background-color: #768BF3;
}
</style>
border-color css
<style>
span { border-color: #768BF3; }
span { border-color: rgb(118,139,243); }
td.TdClassName
{
border-color: #768BF3;
}
.TagClassName
{
border-color: #768BF3;
}
</style>