Shades of Cornflower Blue #719FEF
Tints of Cornflower Blue #719FEF
RGB
CMYK
RGB Variations
Color information
#719FEF (or 0x719FEF) is known color: Cornflower Blue. HEX triplet: 71, 9F and EF. RGB value is (113,159,239). Sum of RGB (Red+Green+Blue) = 113+159+239=511 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.11% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #719FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719FEF is #8E6010. Grayscale: #999999. Windows color (decimal): -9330705 or 15703921. OLE color: 15703921.
HSL color Cylindrical-coordinate representation of color #719FEF: hue angle of 218.1º degrees, saturation: 0.8, 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 #719FEF is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 159 | 239 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.06 |
| HSL | 218.1º | 0.8% | 0.69% | - |
| HSV(B) | 218.1º | 0.53% | 0.94% | - |
| XYZ | 34.79 | 34.54 | 86.49 | - |
| YUV | 154.37 | 175.76 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 239 | 0.53 | 0.33 | 0 | 0.06 | 218.1 | 0.8 | 0.69 |
| Hex | 71 | 9F | EF | 35 | 21 | 0 | 6 | DA | 50 | 45 |
| Octal | 161 | 237 | 357 | 65 | 41 | 0 | 6 | 332 | 120 | 105 |
| Binary | 1110001 | 10011111 | 11101111 | 110101 | 100001 | 0 | 110 | 11011010 | 1010000 | 1000101 |
Color Harmonies of #719FEF
Complementary color
Monochromatic Colors of #719FEF
Black with #719FEF
Text Example
Text Example
White with #719FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FEF; }
p { color: rgb(113,159,239); }
H1.HeaderClassName
{
color: #719FEF;
}
.AnyTagClassName
{
color: #719FEF;
}
</style>
background-color css
<style>
a { background-color: #719FEF; }
a { background-color: rgb(113,159,239); }
div.DivClassName
{
background-color: #719FEF;
}
.BgClassName
{
background-color: #719FEF;
}
</style>
border-color css
<style>
span { border-color: #719FEF; }
span { border-color: rgb(113,159,239); }
td.TdClassName
{
border-color: #719FEF;
}
.TagClassName
{
border-color: #719FEF;
}
</style>