Shades of Cornflower Blue #709BE7
Tints of Cornflower Blue #709BE7
RGB
CMYK
RGB Variations
Color information
#709BE7 (or 0x709BE7) is known color: Cornflower Blue. HEX triplet: 70, 9B and E7. RGB value is (112,155,231). Sum of RGB (Red+Green+Blue) = 112+155+231=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #709BE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709BE7 is #8F6418. Grayscale: #969696. Windows color (decimal): -9397273 or 15178608. OLE color: 15178608.
HSL color Cylindrical-coordinate representation of color #709BE7: hue angle of 218.32º 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 #709BE7 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 155 | 231 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.09 |
| HSL | 218.32º | 0.71% | 0.67% | - |
| HSV(B) | 218.32º | 0.52% | 0.91% | - |
| XYZ | 32.83 | 32.66 | 80.17 | - |
| YUV | 150.81 | 173.25 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 231 | 0.52 | 0.33 | 0 | 0.09 | 218.32 | 0.71 | 0.67 |
| Hex | 70 | 9B | E7 | 34 | 21 | 0 | 9 | DA | 47 | 43 |
| Octal | 160 | 233 | 347 | 64 | 41 | 0 | 11 | 332 | 107 | 103 |
| Binary | 1110000 | 10011011 | 11100111 | 110100 | 100001 | 0 | 1001 | 11011010 | 1000111 | 1000011 |
Color Harmonies of #709BE7
Complementary color
Monochromatic Colors of #709BE7
Black with #709BE7
Text Example
Text Example
White with #709BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709BE7; }
p { color: rgb(112,155,231); }
H1.HeaderClassName
{
color: #709BE7;
}
.AnyTagClassName
{
color: #709BE7;
}
</style>
background-color css
<style>
a { background-color: #709BE7; }
a { background-color: rgb(112,155,231); }
div.DivClassName
{
background-color: #709BE7;
}
.BgClassName
{
background-color: #709BE7;
}
</style>
border-color css
<style>
span { border-color: #709BE7; }
span { border-color: rgb(112,155,231); }
td.TdClassName
{
border-color: #709BE7;
}
.TagClassName
{
border-color: #709BE7;
}
</style>