Shades of Cornflower Blue #709CEE
Tints of Cornflower Blue #709CEE
RGB
CMYK
RGB Variations
Color information
#709CEE (or 0x709CEE) is known color: Cornflower Blue. HEX triplet: 70, 9C and EE. RGB value is (112,156,238). Sum of RGB (Red+Green+Blue) = 112+156+238=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #709CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709CEE is #8F6311. Grayscale: #979797. Windows color (decimal): -9397010 or 15637616. OLE color: 15637616.
HSL color Cylindrical-coordinate representation of color #709CEE: hue angle of 219.05º 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 #709CEE is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 156 | 238 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.07 |
| HSL | 219.05º | 0.79% | 0.69% | - |
| HSV(B) | 219.05º | 0.53% | 0.93% | - |
| XYZ | 34 | 33.39 | 85.54 | - |
| YUV | 152.19 | 176.42 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 238 | 0.53 | 0.34 | 0 | 0.07 | 219.05 | 0.79 | 0.69 |
| Hex | 70 | 9C | EE | 35 | 22 | 0 | 7 | DB | 4F | 45 |
| Octal | 160 | 234 | 356 | 65 | 42 | 0 | 7 | 333 | 117 | 105 |
| Binary | 1110000 | 10011100 | 11101110 | 110101 | 100010 | 0 | 111 | 11011011 | 1001111 | 1000101 |
Color Harmonies of #709CEE
Complementary color
Monochromatic Colors of #709CEE
Black with #709CEE
Text Example
Text Example
White with #709CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CEE; }
p { color: rgb(112,156,238); }
H1.HeaderClassName
{
color: #709CEE;
}
.AnyTagClassName
{
color: #709CEE;
}
</style>
background-color css
<style>
a { background-color: #709CEE; }
a { background-color: rgb(112,156,238); }
div.DivClassName
{
background-color: #709CEE;
}
.BgClassName
{
background-color: #709CEE;
}
</style>
border-color css
<style>
span { border-color: #709CEE; }
span { border-color: rgb(112,156,238); }
td.TdClassName
{
border-color: #709CEE;
}
.TagClassName
{
border-color: #709CEE;
}
</style>