Shades of Cornflower Blue #709CF1
Tints of Cornflower Blue #709CF1
RGB
CMYK
RGB Variations
Color information
#709CF1 (or 0x709CF1) is known color: Cornflower Blue. HEX triplet: 70, 9C and F1. RGB value is (112,156,241). Sum of RGB (Red+Green+Blue) = 112+156+241=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #709CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709CF1 is #8F630E. Grayscale: #989898. Windows color (decimal): -9397007 or 15834224. OLE color: 15834224.
HSL color Cylindrical-coordinate representation of color #709CF1: hue angle of 219.53º 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 #709CF1 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 156 | 241 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.05 |
| HSL | 219.53º | 0.82% | 0.69% | - |
| HSV(B) | 219.53º | 0.54% | 0.95% | - |
| XYZ | 34.45 | 33.57 | 87.88 | - |
| YUV | 152.53 | 177.92 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 241 | 0.54 | 0.35 | 0 | 0.05 | 219.53 | 0.82 | 0.69 |
| Hex | 70 | 9C | F1 | 36 | 23 | 0 | 5 | DC | 52 | 45 |
| Octal | 160 | 234 | 361 | 66 | 43 | 0 | 5 | 334 | 122 | 105 |
| Binary | 1110000 | 10011100 | 11110001 | 110110 | 100011 | 0 | 101 | 11011100 | 1010010 | 1000101 |
Color Harmonies of #709CF1
Complementary color
Monochromatic Colors of #709CF1
Black with #709CF1
Text Example
Text Example
White with #709CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CF1; }
p { color: rgb(112,156,241); }
H1.HeaderClassName
{
color: #709CF1;
}
.AnyTagClassName
{
color: #709CF1;
}
</style>
background-color css
<style>
a { background-color: #709CF1; }
a { background-color: rgb(112,156,241); }
div.DivClassName
{
background-color: #709CF1;
}
.BgClassName
{
background-color: #709CF1;
}
</style>
border-color css
<style>
span { border-color: #709CF1; }
span { border-color: rgb(112,156,241); }
td.TdClassName
{
border-color: #709CF1;
}
.TagClassName
{
border-color: #709CF1;
}
</style>