Shades of Cornflower Blue #709EFA
Tints of Cornflower Blue #709EFA
RGB
CMYK
RGB Variations
Color information
#709EFA (or 0x709EFA) is known color: Cornflower Blue. HEX triplet: 70, 9E and FA. RGB value is (112,158,250). Sum of RGB (Red+Green+Blue) = 112+158+250=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #709EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709EFA is #8F6105. Grayscale: #9A9A9A. Windows color (decimal): -9396486 or 16424560. OLE color: 16424560.
HSL color Cylindrical-coordinate representation of color #709EFA: hue angle of 220º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #709EFA is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 158 | 250 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.02 |
| HSL | 220º | 0.93% | 0.71% | - |
| HSV(B) | 220º | 0.55% | 0.98% | - |
| XYZ | 36.16 | 34.8 | 95.25 | - |
| YUV | 154.73 | 181.76 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 250 | 0.55 | 0.37 | 0 | 0.02 | 220 | 0.93 | 0.71 |
| Hex | 70 | 9E | FA | 37 | 25 | 0 | 2 | DC | 5D | 47 |
| Octal | 160 | 236 | 372 | 67 | 45 | 0 | 2 | 334 | 135 | 107 |
| Binary | 1110000 | 10011110 | 11111010 | 110111 | 100101 | 0 | 10 | 11011100 | 1011101 | 1000111 |
Color Harmonies of #709EFA
Complementary color
Monochromatic Colors of #709EFA
Black with #709EFA
Text Example
Text Example
White with #709EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709EFA; }
p { color: rgb(112,158,250); }
H1.HeaderClassName
{
color: #709EFA;
}
.AnyTagClassName
{
color: #709EFA;
}
</style>
background-color css
<style>
a { background-color: #709EFA; }
a { background-color: rgb(112,158,250); }
div.DivClassName
{
background-color: #709EFA;
}
.BgClassName
{
background-color: #709EFA;
}
</style>
border-color css
<style>
span { border-color: #709EFA; }
span { border-color: rgb(112,158,250); }
td.TdClassName
{
border-color: #709EFA;
}
.TagClassName
{
border-color: #709EFA;
}
</style>