Shades of Cornflower Blue #769CFF
Tints of Cornflower Blue #769CFF
RGB
CMYK
RGB Variations
Color information
#769CFF (or 0x769CFF) is known color: Cornflower Blue. HEX triplet: 76, 9C and FF. RGB value is (118,156,255). Sum of RGB (Red+Green+Blue) = 118+156+255=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #769CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769CFF is #896300. Grayscale: #9B9B9B. Windows color (decimal): -9003777 or 16751734. OLE color: 16751734.
HSL color Cylindrical-coordinate representation of color #769CFF: hue angle of 223.36º 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 #769CFF is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 156 | 255 | - |
| CMYK | 0.54 | 0.39 | 0 | 0 |
| HSL | 223.36º | 1% | 0.73% | - |
| HSV(B) | 223.36º | 0.54% | 1% | - |
| XYZ | 37.41 | 34.85 | 99.36 | - |
| YUV | 155.92 | 183.91 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 255 | 0.54 | 0.39 | 0 | 0 | 223.36 | 1 | 0.73 |
| Hex | 76 | 9C | FF | 36 | 27 | 0 | 0 | DF | 64 | 49 |
| Octal | 166 | 234 | 377 | 66 | 47 | 0 | 0 | 337 | 144 | 111 |
| Binary | 1110110 | 10011100 | 11111111 | 110110 | 100111 | 0 | 0 | 11011111 | 1100100 | 1001001 |
Color Harmonies of #769CFF
Complementary color
Monochromatic Colors of #769CFF
Black with #769CFF
Text Example
Text Example
White with #769CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769CFF; }
p { color: rgb(118,156,255); }
H1.HeaderClassName
{
color: #769CFF;
}
.AnyTagClassName
{
color: #769CFF;
}
</style>
background-color css
<style>
a { background-color: #769CFF; }
a { background-color: rgb(118,156,255); }
div.DivClassName
{
background-color: #769CFF;
}
.BgClassName
{
background-color: #769CFF;
}
</style>
border-color css
<style>
span { border-color: #769CFF; }
span { border-color: rgb(118,156,255); }
td.TdClassName
{
border-color: #769CFF;
}
.TagClassName
{
border-color: #769CFF;
}
</style>