Shades of Cornflower Blue #769AFE
Tints of Cornflower Blue #769AFE
RGB
CMYK
RGB Variations
Color information
#769AFE (or 0x769AFE) is known color: Cornflower Blue. HEX triplet: 76, 9A and FE. RGB value is (118,154,254). Sum of RGB (Red+Green+Blue) = 118+154+254=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #769AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769AFE is #896501. Grayscale: #9A9A9A. Windows color (decimal): -9004290 or 16685686. OLE color: 16685686.
HSL color Cylindrical-coordinate representation of color #769AFE: hue angle of 224.12º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #769AFE is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 154 | 254 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.00 |
| HSL | 224.12º | 0.99% | 0.73% | - |
| HSV(B) | 224.12º | 0.54% | 1% | - |
| XYZ | 36.92 | 34.12 | 98.41 | - |
| YUV | 154.64 | 184.07 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 254 | 0.54 | 0.39 | 0 | 0.00 | 224.12 | 0.99 | 0.73 |
| Hex | 76 | 9A | FE | 36 | 27 | 0 | 0 | E0 | 63 | 49 |
| Octal | 166 | 232 | 376 | 66 | 47 | 0 | 0 | 340 | 143 | 111 |
| Binary | 1110110 | 10011010 | 11111110 | 110110 | 100111 | 0 | 0 | 11100000 | 1100011 | 1001001 |
Color Harmonies of #769AFE
Complementary color
Monochromatic Colors of #769AFE
Black with #769AFE
Text Example
Text Example
White with #769AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769AFE; }
p { color: rgb(118,154,254); }
H1.HeaderClassName
{
color: #769AFE;
}
.AnyTagClassName
{
color: #769AFE;
}
</style>
background-color css
<style>
a { background-color: #769AFE; }
a { background-color: rgb(118,154,254); }
div.DivClassName
{
background-color: #769AFE;
}
.BgClassName
{
background-color: #769AFE;
}
</style>
border-color css
<style>
span { border-color: #769AFE; }
span { border-color: rgb(118,154,254); }
td.TdClassName
{
border-color: #769AFE;
}
.TagClassName
{
border-color: #769AFE;
}
</style>