Shades of Cornflower Blue #709BF2
Tints of Cornflower Blue #709BF2
RGB
CMYK
RGB Variations
Color information
#709BF2 (or 0x709BF2) is known color: Cornflower Blue. HEX triplet: 70, 9B and F2. RGB value is (112,155,242). Sum of RGB (Red+Green+Blue) = 112+155+242=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #709BF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709BF2 is #8F640D. Grayscale: #979797. Windows color (decimal): -9397262 or 15899504. OLE color: 15899504.
HSL color Cylindrical-coordinate representation of color #709BF2: hue angle of 220.15º 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 #709BF2 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 155 | 242 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.05 |
| HSL | 220.15º | 0.83% | 0.69% | - |
| HSV(B) | 220.15º | 0.54% | 0.95% | - |
| XYZ | 34.43 | 33.3 | 88.62 | - |
| YUV | 152.06 | 178.75 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 242 | 0.54 | 0.36 | 0 | 0.05 | 220.15 | 0.83 | 0.69 |
| Hex | 70 | 9B | F2 | 36 | 24 | 0 | 5 | DC | 53 | 45 |
| Octal | 160 | 233 | 362 | 66 | 44 | 0 | 5 | 334 | 123 | 105 |
| Binary | 1110000 | 10011011 | 11110010 | 110110 | 100100 | 0 | 101 | 11011100 | 1010011 | 1000101 |
Color Harmonies of #709BF2
Complementary color
Monochromatic Colors of #709BF2
Black with #709BF2
Text Example
Text Example
White with #709BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709BF2; }
p { color: rgb(112,155,242); }
H1.HeaderClassName
{
color: #709BF2;
}
.AnyTagClassName
{
color: #709BF2;
}
</style>
background-color css
<style>
a { background-color: #709BF2; }
a { background-color: rgb(112,155,242); }
div.DivClassName
{
background-color: #709BF2;
}
.BgClassName
{
background-color: #709BF2;
}
</style>
border-color css
<style>
span { border-color: #709BF2; }
span { border-color: rgb(112,155,242); }
td.TdClassName
{
border-color: #709BF2;
}
.TagClassName
{
border-color: #709BF2;
}
</style>