Shades of Cornflower Blue #709CE7
Tints of Cornflower Blue #709CE7
RGB
CMYK
RGB Variations
Color information
#709CE7 (or 0x709CE7) is known color: Cornflower Blue. HEX triplet: 70, 9C and E7. RGB value is (112,156,231). Sum of RGB (Red+Green+Blue) = 112+156+231=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #709CE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709CE7 is #8F6318. Grayscale: #979797. Windows color (decimal): -9397017 or 15178864. OLE color: 15178864.
HSL color Cylindrical-coordinate representation of color #709CE7: hue angle of 217.82º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #709CE7 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 156 | 231 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.09 |
| HSL | 217.82º | 0.71% | 0.67% | - |
| HSV(B) | 217.82º | 0.52% | 0.91% | - |
| XYZ | 32.99 | 32.99 | 80.23 | - |
| YUV | 151.39 | 172.92 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 231 | 0.52 | 0.32 | 0 | 0.09 | 217.82 | 0.71 | 0.67 |
| Hex | 70 | 9C | E7 | 34 | 20 | 0 | 9 | DA | 47 | 43 |
| Octal | 160 | 234 | 347 | 64 | 40 | 0 | 11 | 332 | 107 | 103 |
| Binary | 1110000 | 10011100 | 11100111 | 110100 | 100000 | 0 | 1001 | 11011010 | 1000111 | 1000011 |
Color Harmonies of #709CE7
Complementary color
Monochromatic Colors of #709CE7
Black with #709CE7
Text Example
Text Example
White with #709CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CE7; }
p { color: rgb(112,156,231); }
H1.HeaderClassName
{
color: #709CE7;
}
.AnyTagClassName
{
color: #709CE7;
}
</style>
background-color css
<style>
a { background-color: #709CE7; }
a { background-color: rgb(112,156,231); }
div.DivClassName
{
background-color: #709CE7;
}
.BgClassName
{
background-color: #709CE7;
}
</style>
border-color css
<style>
span { border-color: #709CE7; }
span { border-color: rgb(112,156,231); }
td.TdClassName
{
border-color: #709CE7;
}
.TagClassName
{
border-color: #709CE7;
}
</style>