Shades of Cornflower Blue #7699FE
Tints of Cornflower Blue #7699FE
RGB
CMYK
RGB Variations
Color information
#7699FE (or 0x7699FE) is known color: Cornflower Blue. HEX triplet: 76, 99 and FE. RGB value is (118,153,254). Sum of RGB (Red+Green+Blue) = 118+153+254=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #7699FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7699FE is #896601. Grayscale: #999999. Windows color (decimal): -9004546 or 16685430. OLE color: 16685430.
HSL color Cylindrical-coordinate representation of color #7699FE: hue angle of 224.56º 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 #7699FE is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 153 | 254 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.00 |
| HSL | 224.56º | 0.99% | 0.73% | - |
| HSV(B) | 224.56º | 0.54% | 1% | - |
| XYZ | 36.75 | 33.79 | 98.35 | - |
| YUV | 154.05 | 184.4 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 254 | 0.54 | 0.40 | 0 | 0.00 | 224.56 | 0.99 | 0.73 |
| Hex | 76 | 99 | FE | 36 | 28 | 0 | 0 | E1 | 63 | 49 |
| Octal | 166 | 231 | 376 | 66 | 50 | 0 | 0 | 341 | 143 | 111 |
| Binary | 1110110 | 10011001 | 11111110 | 110110 | 101000 | 0 | 0 | 11100001 | 1100011 | 1001001 |
Color Harmonies of #7699FE
Complementary color
Monochromatic Colors of #7699FE
Black with #7699FE
Text Example
Text Example
White with #7699FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7699FE; }
p { color: rgb(118,153,254); }
H1.HeaderClassName
{
color: #7699FE;
}
.AnyTagClassName
{
color: #7699FE;
}
</style>
background-color css
<style>
a { background-color: #7699FE; }
a { background-color: rgb(118,153,254); }
div.DivClassName
{
background-color: #7699FE;
}
.BgClassName
{
background-color: #7699FE;
}
</style>
border-color css
<style>
span { border-color: #7699FE; }
span { border-color: rgb(118,153,254); }
td.TdClassName
{
border-color: #7699FE;
}
.TagClassName
{
border-color: #7699FE;
}
</style>