Shades of Cornflower Blue #709DF2
Tints of Cornflower Blue #709DF2
RGB
CMYK
RGB Variations
Color information
#709DF2 (or 0x709DF2) is known color: Cornflower Blue. HEX triplet: 70, 9D and F2. RGB value is (112,157,242). Sum of RGB (Red+Green+Blue) = 112+157+242=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #709DF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709DF2 is #8F620D. Grayscale: #989898. Windows color (decimal): -9396750 or 15900016. OLE color: 15900016.
HSL color Cylindrical-coordinate representation of color #709DF2: hue angle of 219.23º degrees, saturation: 0.83, 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 #709DF2 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 157 | 242 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.05 |
| HSL | 219.23º | 0.83% | 0.69% | - |
| HSV(B) | 219.23º | 0.54% | 0.95% | - |
| XYZ | 34.77 | 33.97 | 88.73 | - |
| YUV | 153.24 | 178.09 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 242 | 0.54 | 0.35 | 0 | 0.05 | 219.23 | 0.83 | 0.69 |
| Hex | 70 | 9D | F2 | 36 | 23 | 0 | 5 | DB | 53 | 45 |
| Octal | 160 | 235 | 362 | 66 | 43 | 0 | 5 | 333 | 123 | 105 |
| Binary | 1110000 | 10011101 | 11110010 | 110110 | 100011 | 0 | 101 | 11011011 | 1010011 | 1000101 |
Color Harmonies of #709DF2
Complementary color
Monochromatic Colors of #709DF2
Black with #709DF2
Text Example
Text Example
White with #709DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709DF2; }
p { color: rgb(112,157,242); }
H1.HeaderClassName
{
color: #709DF2;
}
.AnyTagClassName
{
color: #709DF2;
}
</style>
background-color css
<style>
a { background-color: #709DF2; }
a { background-color: rgb(112,157,242); }
div.DivClassName
{
background-color: #709DF2;
}
.BgClassName
{
background-color: #709DF2;
}
</style>
border-color css
<style>
span { border-color: #709DF2; }
span { border-color: rgb(112,157,242); }
td.TdClassName
{
border-color: #709DF2;
}
.TagClassName
{
border-color: #709DF2;
}
</style>