Shades of Cornflower Blue #709DF1
Tints of Cornflower Blue #709DF1
RGB
CMYK
RGB Variations
Color information
#709DF1 (or 0x709DF1) is known color: Cornflower Blue. HEX triplet: 70, 9D and F1. RGB value is (112,157,241). Sum of RGB (Red+Green+Blue) = 112+157+241=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #709DF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709DF1 is #8F620E. Grayscale: #989898. Windows color (decimal): -9396751 or 15834480. OLE color: 15834480.
HSL color Cylindrical-coordinate representation of color #709DF1: hue angle of 219.07º 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 #709DF1 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 157 | 241 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.05 |
| HSL | 219.07º | 0.82% | 0.69% | - |
| HSV(B) | 219.07º | 0.54% | 0.95% | - |
| XYZ | 34.62 | 33.91 | 87.94 | - |
| YUV | 153.12 | 177.59 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 241 | 0.54 | 0.35 | 0 | 0.05 | 219.07 | 0.82 | 0.69 |
| Hex | 70 | 9D | F1 | 36 | 23 | 0 | 5 | DB | 52 | 45 |
| Octal | 160 | 235 | 361 | 66 | 43 | 0 | 5 | 333 | 122 | 105 |
| Binary | 1110000 | 10011101 | 11110001 | 110110 | 100011 | 0 | 101 | 11011011 | 1010010 | 1000101 |
Color Harmonies of #709DF1
Complementary color
Monochromatic Colors of #709DF1
Black with #709DF1
Text Example
Text Example
White with #709DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709DF1; }
p { color: rgb(112,157,241); }
H1.HeaderClassName
{
color: #709DF1;
}
.AnyTagClassName
{
color: #709DF1;
}
</style>
background-color css
<style>
a { background-color: #709DF1; }
a { background-color: rgb(112,157,241); }
div.DivClassName
{
background-color: #709DF1;
}
.BgClassName
{
background-color: #709DF1;
}
</style>
border-color css
<style>
span { border-color: #709DF1; }
span { border-color: rgb(112,157,241); }
td.TdClassName
{
border-color: #709DF1;
}
.TagClassName
{
border-color: #709DF1;
}
</style>