Shades of Cornflower Blue #769DFF
Tints of Cornflower Blue #769DFF
RGB
CMYK
RGB Variations
Color information
#769DFF (or 0x769DFF) is known color: Cornflower Blue. HEX triplet: 76, 9D and FF. RGB value is (118,157,255). Sum of RGB (Red+Green+Blue) = 118+157+255=530 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.26% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #769DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769DFF is #896200. Grayscale: #9C9C9C. Windows color (decimal): -9003521 or 16751990. OLE color: 16751990.
HSL color Cylindrical-coordinate representation of color #769DFF: hue angle of 222.92º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #769DFF is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 157 | 255 | - |
| CMYK | 0.54 | 0.38 | 0 | 0 |
| HSL | 222.92º | 1% | 0.73% | - |
| HSV(B) | 222.92º | 0.54% | 1% | - |
| XYZ | 37.58 | 35.19 | 99.42 | - |
| YUV | 156.51 | 183.58 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 255 | 0.54 | 0.38 | 0 | 0 | 222.92 | 1 | 0.73 |
| Hex | 76 | 9D | FF | 36 | 26 | 0 | 0 | DF | 64 | 49 |
| Octal | 166 | 235 | 377 | 66 | 46 | 0 | 0 | 337 | 144 | 111 |
| Binary | 1110110 | 10011101 | 11111111 | 110110 | 100110 | 0 | 0 | 11011111 | 1100100 | 1001001 |
Color Harmonies of #769DFF
Complementary color
Monochromatic Colors of #769DFF
Black with #769DFF
Text Example
Text Example
White with #769DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769DFF; }
p { color: rgb(118,157,255); }
H1.HeaderClassName
{
color: #769DFF;
}
.AnyTagClassName
{
color: #769DFF;
}
</style>
background-color css
<style>
a { background-color: #769DFF; }
a { background-color: rgb(118,157,255); }
div.DivClassName
{
background-color: #769DFF;
}
.BgClassName
{
background-color: #769DFF;
}
</style>
border-color css
<style>
span { border-color: #769DFF; }
span { border-color: rgb(118,157,255); }
td.TdClassName
{
border-color: #769DFF;
}
.TagClassName
{
border-color: #769DFF;
}
</style>