Shades of Cornflower Blue #7694DF
Tints of Cornflower Blue #7694DF
RGB
CMYK
RGB Variations
Color information
#7694DF (or 0x7694DF) is known color: Cornflower Blue. HEX triplet: 76, 94 and DF. RGB value is (118,148,223). Sum of RGB (Red+Green+Blue) = 118+148+223=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #7694DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7694DF is #896B20. Grayscale: #939393. Windows color (decimal): -9005857 or 14652534. OLE color: 14652534.
HSL color Cylindrical-coordinate representation of color #7694DF: hue angle of 222.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7694DF is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 148 | 223 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.13 |
| HSL | 222.86º | 0.62% | 0.67% | - |
| HSV(B) | 222.86º | 0.47% | 0.87% | - |
| XYZ | 31.38 | 30.36 | 74.02 | - |
| YUV | 147.58 | 170.56 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 148 | 223 | 0.47 | 0.34 | 0 | 0.13 | 222.86 | 0.62 | 0.67 |
| Hex | 76 | 94 | DF | 2F | 22 | 0 | D | DF | 3E | 43 |
| Octal | 166 | 224 | 337 | 57 | 42 | 0 | 15 | 337 | 76 | 103 |
| Binary | 1110110 | 10010100 | 11011111 | 101111 | 100010 | 0 | 1101 | 11011111 | 111110 | 1000011 |
Color Harmonies of #7694DF
Complementary color
Monochromatic Colors of #7694DF
Black with #7694DF
Text Example
Text Example
White with #7694DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7694DF; }
p { color: rgb(118,148,223); }
H1.HeaderClassName
{
color: #7694DF;
}
.AnyTagClassName
{
color: #7694DF;
}
</style>
background-color css
<style>
a { background-color: #7694DF; }
a { background-color: rgb(118,148,223); }
div.DivClassName
{
background-color: #7694DF;
}
.BgClassName
{
background-color: #7694DF;
}
</style>
border-color css
<style>
span { border-color: #7694DF; }
span { border-color: rgb(118,148,223); }
td.TdClassName
{
border-color: #7694DF;
}
.TagClassName
{
border-color: #7694DF;
}
</style>