Shades of Cornflower Blue #7694EF
Tints of Cornflower Blue #7694EF
RGB
CMYK
RGB Variations
Color information
#7694EF (or 0x7694EF) is known color: Cornflower Blue. HEX triplet: 76, 94 and EF. RGB value is (118,148,239). Sum of RGB (Red+Green+Blue) = 118+148+239=505 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.37% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #7694EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7694EF is #896B10. Grayscale: #959595. Windows color (decimal): -9005841 or 15701110. OLE color: 15701110.
HSL color Cylindrical-coordinate representation of color #7694EF: hue angle of 225.12º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7694EF is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 148 | 239 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.06 |
| HSL | 225.12º | 0.79% | 0.7% | - |
| HSV(B) | 225.12º | 0.51% | 0.94% | - |
| XYZ | 33.64 | 31.26 | 85.92 | - |
| YUV | 149.4 | 178.56 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 148 | 239 | 0.51 | 0.38 | 0 | 0.06 | 225.12 | 0.79 | 0.7 |
| Hex | 76 | 94 | EF | 33 | 26 | 0 | 6 | E1 | 4F | 46 |
| Octal | 166 | 224 | 357 | 63 | 46 | 0 | 6 | 341 | 117 | 106 |
| Binary | 1110110 | 10010100 | 11101111 | 110011 | 100110 | 0 | 110 | 11100001 | 1001111 | 1000110 |
Color Harmonies of #7694EF
Complementary color
Monochromatic Colors of #7694EF
Black with #7694EF
Text Example
Text Example
White with #7694EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7694EF; }
p { color: rgb(118,148,239); }
H1.HeaderClassName
{
color: #7694EF;
}
.AnyTagClassName
{
color: #7694EF;
}
</style>
background-color css
<style>
a { background-color: #7694EF; }
a { background-color: rgb(118,148,239); }
div.DivClassName
{
background-color: #7694EF;
}
.BgClassName
{
background-color: #7694EF;
}
</style>
border-color css
<style>
span { border-color: #7694EF; }
span { border-color: rgb(118,148,239); }
td.TdClassName
{
border-color: #7694EF;
}
.TagClassName
{
border-color: #7694EF;
}
</style>