Shades of Cornflower Blue #768CFD
Tints of Cornflower Blue #768CFD
RGB
CMYK
RGB Variations
Color information
#768CFD (or 0x768CFD) is known color: Cornflower Blue. HEX triplet: 76, 8C and FD. RGB value is (118,140,253). Sum of RGB (Red+Green+Blue) = 118+140+253=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #768CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768CFD is #897302. Grayscale: #919191. Windows color (decimal): -9007875 or 16616566. OLE color: 16616566.
HSL color Cylindrical-coordinate representation of color #768CFD: hue angle of 230.22º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #768CFD is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 140 | 253 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.01 |
| HSL | 230.22º | 0.97% | 0.73% | - |
| HSV(B) | 230.22º | 0.53% | 0.99% | - |
| XYZ | 34.58 | 29.7 | 96.84 | - |
| YUV | 146.3 | 188.21 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 253 | 0.53 | 0.45 | 0 | 0.01 | 230.22 | 0.97 | 0.73 |
| Hex | 76 | 8C | FD | 35 | 2D | 0 | 1 | E6 | 61 | 49 |
| Octal | 166 | 214 | 375 | 65 | 55 | 0 | 1 | 346 | 141 | 111 |
| Binary | 1110110 | 10001100 | 11111101 | 110101 | 101101 | 0 | 1 | 11100110 | 1100001 | 1001001 |
Color Harmonies of #768CFD
Complementary color
Monochromatic Colors of #768CFD
Black with #768CFD
Text Example
Text Example
White with #768CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768CFD; }
p { color: rgb(118,140,253); }
H1.HeaderClassName
{
color: #768CFD;
}
.AnyTagClassName
{
color: #768CFD;
}
</style>
background-color css
<style>
a { background-color: #768CFD; }
a { background-color: rgb(118,140,253); }
div.DivClassName
{
background-color: #768CFD;
}
.BgClassName
{
background-color: #768CFD;
}
</style>
border-color css
<style>
span { border-color: #768CFD; }
span { border-color: rgb(118,140,253); }
td.TdClassName
{
border-color: #768CFD;
}
.TagClassName
{
border-color: #768CFD;
}
</style>