Shades of Cornflower Blue #7695E2
Tints of Cornflower Blue #7695E2
RGB
CMYK
RGB Variations
Color information
#7695E2 (or 0x7695E2) is known color: Cornflower Blue. HEX triplet: 76, 95 and E2. RGB value is (118,149,226). Sum of RGB (Red+Green+Blue) = 118+149+226=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 226 - color contains mainly: blue. Hex color #7695E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695E2 is #896A1D. Grayscale: #949494. Windows color (decimal): -9005598 or 14849398. OLE color: 14849398.
HSL color Cylindrical-coordinate representation of color #7695E2: hue angle of 222.78º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7695E2 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 149 | 226 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.11 |
| HSL | 222.78º | 0.65% | 0.67% | - |
| HSV(B) | 222.78º | 0.48% | 0.89% | - |
| XYZ | 31.95 | 30.84 | 76.22 | - |
| YUV | 148.51 | 171.73 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 226 | 0.48 | 0.34 | 0 | 0.11 | 222.78 | 0.65 | 0.67 |
| Hex | 76 | 95 | E2 | 30 | 22 | 0 | B | DF | 41 | 43 |
| Octal | 166 | 225 | 342 | 60 | 42 | 0 | 13 | 337 | 101 | 103 |
| Binary | 1110110 | 10010101 | 11100010 | 110000 | 100010 | 0 | 1011 | 11011111 | 1000001 | 1000011 |
Color Harmonies of #7695E2
Complementary color
Monochromatic Colors of #7695E2
Black with #7695E2
Text Example
Text Example
White with #7695E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7695E2; }
p { color: rgb(118,149,226); }
H1.HeaderClassName
{
color: #7695E2;
}
.AnyTagClassName
{
color: #7695E2;
}
</style>
background-color css
<style>
a { background-color: #7695E2; }
a { background-color: rgb(118,149,226); }
div.DivClassName
{
background-color: #7695E2;
}
.BgClassName
{
background-color: #7695E2;
}
</style>
border-color css
<style>
span { border-color: #7695E2; }
span { border-color: rgb(118,149,226); }
td.TdClassName
{
border-color: #7695E2;
}
.TagClassName
{
border-color: #7695E2;
}
</style>