Shades of Cornflower Blue #769AFF
Tints of Cornflower Blue #769AFF
RGB
CMYK
RGB Variations
Color information
#769AFF (or 0x769AFF) is known color: Cornflower Blue. HEX triplet: 76, 9A and FF. RGB value is (118,154,255). Sum of RGB (Red+Green+Blue) = 118+154+255=527 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.39% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #769AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769AFF is #896500. Grayscale: #9A9A9A. Windows color (decimal): -9004289 or 16751222. OLE color: 16751222.
HSL color Cylindrical-coordinate representation of color #769AFF: hue angle of 224.23º 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 #769AFF is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 154 | 255 | - |
| CMYK | 0.54 | 0.40 | 0 | 0 |
| HSL | 224.23º | 1% | 0.73% | - |
| HSV(B) | 224.23º | 0.54% | 1% | - |
| XYZ | 37.08 | 34.18 | 99.25 | - |
| YUV | 154.75 | 184.57 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 255 | 0.54 | 0.40 | 0 | 0 | 224.23 | 1 | 0.73 |
| Hex | 76 | 9A | FF | 36 | 28 | 0 | 0 | E0 | 64 | 49 |
| Octal | 166 | 232 | 377 | 66 | 50 | 0 | 0 | 340 | 144 | 111 |
| Binary | 1110110 | 10011010 | 11111111 | 110110 | 101000 | 0 | 0 | 11100000 | 1100100 | 1001001 |
Color Harmonies of #769AFF
Complementary color
Monochromatic Colors of #769AFF
Black with #769AFF
Text Example
Text Example
White with #769AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769AFF; }
p { color: rgb(118,154,255); }
H1.HeaderClassName
{
color: #769AFF;
}
.AnyTagClassName
{
color: #769AFF;
}
</style>
background-color css
<style>
a { background-color: #769AFF; }
a { background-color: rgb(118,154,255); }
div.DivClassName
{
background-color: #769AFF;
}
.BgClassName
{
background-color: #769AFF;
}
</style>
border-color css
<style>
span { border-color: #769AFF; }
span { border-color: rgb(118,154,255); }
td.TdClassName
{
border-color: #769AFF;
}
.TagClassName
{
border-color: #769AFF;
}
</style>