Shades of Cornflower Blue #709EF1
Tints of Cornflower Blue #709EF1
RGB
CMYK
RGB Variations
Color information
#709EF1 (or 0x709EF1) is known color: Cornflower Blue. HEX triplet: 70, 9E and F1. RGB value is (112,158,241). Sum of RGB (Red+Green+Blue) = 112+158+241=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #709EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709EF1 is #8F610E. Grayscale: #999999. Windows color (decimal): -9396495 or 15834736. OLE color: 15834736.
HSL color Cylindrical-coordinate representation of color #709EF1: hue angle of 218.6º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #709EF1 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 158 | 241 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.05 |
| HSL | 218.6º | 0.82% | 0.69% | - |
| HSV(B) | 218.6º | 0.54% | 0.95% | - |
| XYZ | 34.79 | 34.25 | 88 | - |
| YUV | 153.71 | 177.26 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 241 | 0.54 | 0.34 | 0 | 0.05 | 218.6 | 0.82 | 0.69 |
| Hex | 70 | 9E | F1 | 36 | 22 | 0 | 5 | DB | 52 | 45 |
| Octal | 160 | 236 | 361 | 66 | 42 | 0 | 5 | 333 | 122 | 105 |
| Binary | 1110000 | 10011110 | 11110001 | 110110 | 100010 | 0 | 101 | 11011011 | 1010010 | 1000101 |
Color Harmonies of #709EF1
Complementary color
Monochromatic Colors of #709EF1
Black with #709EF1
Text Example
Text Example
White with #709EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709EF1; }
p { color: rgb(112,158,241); }
H1.HeaderClassName
{
color: #709EF1;
}
.AnyTagClassName
{
color: #709EF1;
}
</style>
background-color css
<style>
a { background-color: #709EF1; }
a { background-color: rgb(112,158,241); }
div.DivClassName
{
background-color: #709EF1;
}
.BgClassName
{
background-color: #709EF1;
}
</style>
border-color css
<style>
span { border-color: #709EF1; }
span { border-color: rgb(112,158,241); }
td.TdClassName
{
border-color: #709EF1;
}
.TagClassName
{
border-color: #709EF1;
}
</style>