Shades of Cornflower Blue #768FFB
Tints of Cornflower Blue #768FFB
RGB
CMYK
RGB Variations
Color information
#768FFB (or 0x768FFB) is known color: Cornflower Blue. HEX triplet: 76, 8F and FB. RGB value is (118,143,251). Sum of RGB (Red+Green+Blue) = 118+143+251=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #768FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768FFB is #897004. Grayscale: #939393. Windows color (decimal): -9007109 or 16486262. OLE color: 16486262.
HSL color Cylindrical-coordinate representation of color #768FFB: hue angle of 228.72º 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 #768FFB is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 143 | 251 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.02 |
| HSL | 228.72º | 0.94% | 0.72% | - |
| HSV(B) | 228.72º | 0.53% | 0.98% | - |
| XYZ | 34.71 | 30.46 | 95.32 | - |
| YUV | 147.84 | 186.22 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 251 | 0.53 | 0.43 | 0 | 0.02 | 228.72 | 0.94 | 0.72 |
| Hex | 76 | 8F | FB | 35 | 2B | 0 | 2 | E5 | 5E | 48 |
| Octal | 166 | 217 | 373 | 65 | 53 | 0 | 2 | 345 | 136 | 110 |
| Binary | 1110110 | 10001111 | 11111011 | 110101 | 101011 | 0 | 10 | 11100101 | 1011110 | 1001000 |
Color Harmonies of #768FFB
Complementary color
Monochromatic Colors of #768FFB
Black with #768FFB
Text Example
Text Example
White with #768FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FFB; }
p { color: rgb(118,143,251); }
H1.HeaderClassName
{
color: #768FFB;
}
.AnyTagClassName
{
color: #768FFB;
}
</style>
background-color css
<style>
a { background-color: #768FFB; }
a { background-color: rgb(118,143,251); }
div.DivClassName
{
background-color: #768FFB;
}
.BgClassName
{
background-color: #768FFB;
}
</style>
border-color css
<style>
span { border-color: #768FFB; }
span { border-color: rgb(118,143,251); }
td.TdClassName
{
border-color: #768FFB;
}
.TagClassName
{
border-color: #768FFB;
}
</style>