Shades of Cornflower Blue #709CF3
Tints of Cornflower Blue #709CF3
RGB
CMYK
RGB Variations
Color information
#709CF3 (or 0x709CF3) is known color: Cornflower Blue. HEX triplet: 70, 9C and F3. RGB value is (112,156,243). Sum of RGB (Red+Green+Blue) = 112+156+243=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #709CF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709CF3 is #8F630C. Grayscale: #989898. Windows color (decimal): -9397005 or 15965296. OLE color: 15965296.
HSL color Cylindrical-coordinate representation of color #709CF3: hue angle of 219.85º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #709CF3 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 156 | 243 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.05 |
| HSL | 219.85º | 0.85% | 0.7% | - |
| HSV(B) | 219.85º | 0.54% | 0.95% | - |
| XYZ | 34.75 | 33.69 | 89.47 | - |
| YUV | 152.76 | 178.92 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 243 | 0.54 | 0.36 | 0 | 0.05 | 219.85 | 0.85 | 0.7 |
| Hex | 70 | 9C | F3 | 36 | 24 | 0 | 5 | DC | 55 | 46 |
| Octal | 160 | 234 | 363 | 66 | 44 | 0 | 5 | 334 | 125 | 106 |
| Binary | 1110000 | 10011100 | 11110011 | 110110 | 100100 | 0 | 101 | 11011100 | 1010101 | 1000110 |
Color Harmonies of #709CF3
Complementary color
Monochromatic Colors of #709CF3
Black with #709CF3
Text Example
Text Example
White with #709CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CF3; }
p { color: rgb(112,156,243); }
H1.HeaderClassName
{
color: #709CF3;
}
.AnyTagClassName
{
color: #709CF3;
}
</style>
background-color css
<style>
a { background-color: #709CF3; }
a { background-color: rgb(112,156,243); }
div.DivClassName
{
background-color: #709CF3;
}
.BgClassName
{
background-color: #709CF3;
}
</style>
border-color css
<style>
span { border-color: #709CF3; }
span { border-color: rgb(112,156,243); }
td.TdClassName
{
border-color: #709CF3;
}
.TagClassName
{
border-color: #709CF3;
}
</style>