Shades of Cornflower Blue #769CFB
Tints of Cornflower Blue #769CFB
RGB
CMYK
RGB Variations
Color information
#769CFB (or 0x769CFB) is known color: Cornflower Blue. HEX triplet: 76, 9C and FB. RGB value is (118,156,251). Sum of RGB (Red+Green+Blue) = 118+156+251=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #769CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769CFB is #896304. Grayscale: #9B9B9B. Windows color (decimal): -9003781 or 16489590. OLE color: 16489590.
HSL color Cylindrical-coordinate representation of color #769CFB: hue angle of 222.86º 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 #769CFB is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 156 | 251 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.02 |
| HSL | 222.86º | 0.94% | 0.72% | - |
| HSV(B) | 222.86º | 0.53% | 0.98% | - |
| XYZ | 36.77 | 34.59 | 96.01 | - |
| YUV | 155.47 | 181.91 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 251 | 0.53 | 0.38 | 0 | 0.02 | 222.86 | 0.94 | 0.72 |
| Hex | 76 | 9C | FB | 35 | 26 | 0 | 2 | DF | 5E | 48 |
| Octal | 166 | 234 | 373 | 65 | 46 | 0 | 2 | 337 | 136 | 110 |
| Binary | 1110110 | 10011100 | 11111011 | 110101 | 100110 | 0 | 10 | 11011111 | 1011110 | 1001000 |
Color Harmonies of #769CFB
Complementary color
Monochromatic Colors of #769CFB
Black with #769CFB
Text Example
Text Example
White with #769CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769CFB; }
p { color: rgb(118,156,251); }
H1.HeaderClassName
{
color: #769CFB;
}
.AnyTagClassName
{
color: #769CFB;
}
</style>
background-color css
<style>
a { background-color: #769CFB; }
a { background-color: rgb(118,156,251); }
div.DivClassName
{
background-color: #769CFB;
}
.BgClassName
{
background-color: #769CFB;
}
</style>
border-color css
<style>
span { border-color: #769CFB; }
span { border-color: rgb(118,156,251); }
td.TdClassName
{
border-color: #769CFB;
}
.TagClassName
{
border-color: #769CFB;
}
</style>