Shades of Cornflower Blue #709FEA
Tints of Cornflower Blue #709FEA
RGB
CMYK
RGB Variations
Color information
#709FEA (or 0x709FEA) is known color: Cornflower Blue. HEX triplet: 70, 9F and EA. RGB value is (112,159,234). Sum of RGB (Red+Green+Blue) = 112+159+234=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #709FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709FEA is #8F6015. Grayscale: #999999. Windows color (decimal): -9396246 or 15376240. OLE color: 15376240.
HSL color Cylindrical-coordinate representation of color #709FEA: hue angle of 216.89º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #709FEA is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 159 | 234 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.08 |
| HSL | 216.89º | 0.74% | 0.68% | - |
| HSV(B) | 216.89º | 0.52% | 0.92% | - |
| XYZ | 33.93 | 34.18 | 82.65 | - |
| YUV | 153.5 | 173.43 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 234 | 0.52 | 0.32 | 0 | 0.08 | 216.89 | 0.74 | 0.68 |
| Hex | 70 | 9F | EA | 34 | 20 | 0 | 8 | D9 | 4A | 44 |
| Octal | 160 | 237 | 352 | 64 | 40 | 0 | 10 | 331 | 112 | 104 |
| Binary | 1110000 | 10011111 | 11101010 | 110100 | 100000 | 0 | 1000 | 11011001 | 1001010 | 1000100 |
Color Harmonies of #709FEA
Complementary color
Monochromatic Colors of #709FEA
Black with #709FEA
Text Example
Text Example
White with #709FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709FEA; }
p { color: rgb(112,159,234); }
H1.HeaderClassName
{
color: #709FEA;
}
.AnyTagClassName
{
color: #709FEA;
}
</style>
background-color css
<style>
a { background-color: #709FEA; }
a { background-color: rgb(112,159,234); }
div.DivClassName
{
background-color: #709FEA;
}
.BgClassName
{
background-color: #709FEA;
}
</style>
border-color css
<style>
span { border-color: #709FEA; }
span { border-color: rgb(112,159,234); }
td.TdClassName
{
border-color: #709FEA;
}
.TagClassName
{
border-color: #709FEA;
}
</style>