Shades of Cornflower Blue #709EEE
Tints of Cornflower Blue #709EEE
RGB
CMYK
RGB Variations
Color information
#709EEE (or 0x709EEE) is known color: Cornflower Blue. HEX triplet: 70, 9E and EE. RGB value is (112,158,238). Sum of RGB (Red+Green+Blue) = 112+158+238=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #709EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709EEE is #8F6111. Grayscale: #999999. Windows color (decimal): -9396498 or 15638128. OLE color: 15638128.
HSL color Cylindrical-coordinate representation of color #709EEE: hue angle of 218.1º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #709EEE is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 158 | 238 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.07 |
| HSL | 218.1º | 0.79% | 0.69% | - |
| HSV(B) | 218.1º | 0.53% | 0.93% | - |
| XYZ | 34.34 | 34.07 | 85.66 | - |
| YUV | 153.37 | 175.76 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 238 | 0.53 | 0.34 | 0 | 0.07 | 218.1 | 0.79 | 0.69 |
| Hex | 70 | 9E | EE | 35 | 22 | 0 | 7 | DA | 4F | 45 |
| Octal | 160 | 236 | 356 | 65 | 42 | 0 | 7 | 332 | 117 | 105 |
| Binary | 1110000 | 10011110 | 11101110 | 110101 | 100010 | 0 | 111 | 11011010 | 1001111 | 1000101 |
Color Harmonies of #709EEE
Complementary color
Monochromatic Colors of #709EEE
Black with #709EEE
Text Example
Text Example
White with #709EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709EEE; }
p { color: rgb(112,158,238); }
H1.HeaderClassName
{
color: #709EEE;
}
.AnyTagClassName
{
color: #709EEE;
}
</style>
background-color css
<style>
a { background-color: #709EEE; }
a { background-color: rgb(112,158,238); }
div.DivClassName
{
background-color: #709EEE;
}
.BgClassName
{
background-color: #709EEE;
}
</style>
border-color css
<style>
span { border-color: #709EEE; }
span { border-color: rgb(112,158,238); }
td.TdClassName
{
border-color: #709EEE;
}
.TagClassName
{
border-color: #709EEE;
}
</style>