Shades of Cornflower Blue #719FF0
Tints of Cornflower Blue #719FF0
RGB
CMYK
RGB Variations
Color information
#719FF0 (or 0x719FF0) is known color: Cornflower Blue. HEX triplet: 71, 9F and F0. RGB value is (113,159,240). Sum of RGB (Red+Green+Blue) = 113+159+240=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #719FF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719FF0 is #8E600F. Grayscale: #9A9A9A. Windows color (decimal): -9330704 or 15769457. OLE color: 15769457.
HSL color Cylindrical-coordinate representation of color #719FF0: hue angle of 218.27º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #719FF0 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 159 | 240 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.06 |
| HSL | 218.27º | 0.81% | 0.69% | - |
| HSV(B) | 218.27º | 0.53% | 0.94% | - |
| XYZ | 34.94 | 34.6 | 87.27 | - |
| YUV | 154.48 | 176.26 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 240 | 0.53 | 0.34 | 0 | 0.06 | 218.27 | 0.81 | 0.69 |
| Hex | 71 | 9F | F0 | 35 | 22 | 0 | 6 | DA | 51 | 45 |
| Octal | 161 | 237 | 360 | 65 | 42 | 0 | 6 | 332 | 121 | 105 |
| Binary | 1110001 | 10011111 | 11110000 | 110101 | 100010 | 0 | 110 | 11011010 | 1010001 | 1000101 |
Color Harmonies of #719FF0
Complementary color
Monochromatic Colors of #719FF0
Black with #719FF0
Text Example
Text Example
White with #719FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FF0; }
p { color: rgb(113,159,240); }
H1.HeaderClassName
{
color: #719FF0;
}
.AnyTagClassName
{
color: #719FF0;
}
</style>
background-color css
<style>
a { background-color: #719FF0; }
a { background-color: rgb(113,159,240); }
div.DivClassName
{
background-color: #719FF0;
}
.BgClassName
{
background-color: #719FF0;
}
</style>
border-color css
<style>
span { border-color: #719FF0; }
span { border-color: rgb(113,159,240); }
td.TdClassName
{
border-color: #719FF0;
}
.TagClassName
{
border-color: #719FF0;
}
</style>