Shades of Cornflower Blue #7694ED
Tints of Cornflower Blue #7694ED
RGB
CMYK
RGB Variations
Color information
#7694ED (or 0x7694ED) is known color: Cornflower Blue. HEX triplet: 76, 94 and ED. RGB value is (118,148,237). Sum of RGB (Red+Green+Blue) = 118+148+237=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #7694ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7694ED is #896B12. Grayscale: #949494. Windows color (decimal): -9005843 or 15570038. OLE color: 15570038.
HSL color Cylindrical-coordinate representation of color #7694ED: hue angle of 224.87º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7694ED is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 148 | 237 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.07 |
| HSL | 224.87º | 0.77% | 0.7% | - |
| HSV(B) | 224.87º | 0.5% | 0.93% | - |
| XYZ | 33.35 | 31.15 | 84.37 | - |
| YUV | 149.18 | 177.56 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 148 | 237 | 0.50 | 0.38 | 0 | 0.07 | 224.87 | 0.77 | 0.7 |
| Hex | 76 | 94 | ED | 32 | 26 | 0 | 7 | E1 | 4D | 46 |
| Octal | 166 | 224 | 355 | 62 | 46 | 0 | 7 | 341 | 115 | 106 |
| Binary | 1110110 | 10010100 | 11101101 | 110010 | 100110 | 0 | 111 | 11100001 | 1001101 | 1000110 |
Color Harmonies of #7694ED
Complementary color
Monochromatic Colors of #7694ED
Black with #7694ED
Text Example
Text Example
White with #7694ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7694ED; }
p { color: rgb(118,148,237); }
H1.HeaderClassName
{
color: #7694ED;
}
.AnyTagClassName
{
color: #7694ED;
}
</style>
background-color css
<style>
a { background-color: #7694ED; }
a { background-color: rgb(118,148,237); }
div.DivClassName
{
background-color: #7694ED;
}
.BgClassName
{
background-color: #7694ED;
}
</style>
border-color css
<style>
span { border-color: #7694ED; }
span { border-color: rgb(118,148,237); }
td.TdClassName
{
border-color: #7694ED;
}
.TagClassName
{
border-color: #7694ED;
}
</style>