Shades of Cornflower Blue #719EEF
Tints of Cornflower Blue #719EEF
RGB
CMYK
RGB Variations
Color information
#719EEF (or 0x719EEF) is known color: Cornflower Blue. HEX triplet: 71, 9E and EF. RGB value is (113,158,239). Sum of RGB (Red+Green+Blue) = 113+158+239=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #719EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719EEF is #8E6110. Grayscale: #999999. Windows color (decimal): -9330961 or 15703665. OLE color: 15703665.
HSL color Cylindrical-coordinate representation of color #719EEF: hue angle of 218.57º 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 #719EEF is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 158 | 239 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.06 |
| HSL | 218.57º | 0.8% | 0.69% | - |
| HSV(B) | 218.57º | 0.53% | 0.94% | - |
| XYZ | 34.62 | 34.2 | 86.44 | - |
| YUV | 153.78 | 176.09 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 239 | 0.53 | 0.34 | 0 | 0.06 | 218.57 | 0.8 | 0.69 |
| Hex | 71 | 9E | EF | 35 | 22 | 0 | 6 | DB | 50 | 45 |
| Octal | 161 | 236 | 357 | 65 | 42 | 0 | 6 | 333 | 120 | 105 |
| Binary | 1110001 | 10011110 | 11101111 | 110101 | 100010 | 0 | 110 | 11011011 | 1010000 | 1000101 |
Color Harmonies of #719EEF
Complementary color
Monochromatic Colors of #719EEF
Black with #719EEF
Text Example
Text Example
White with #719EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719EEF; }
p { color: rgb(113,158,239); }
H1.HeaderClassName
{
color: #719EEF;
}
.AnyTagClassName
{
color: #719EEF;
}
</style>
background-color css
<style>
a { background-color: #719EEF; }
a { background-color: rgb(113,158,239); }
div.DivClassName
{
background-color: #719EEF;
}
.BgClassName
{
background-color: #719EEF;
}
</style>
border-color css
<style>
span { border-color: #719EEF; }
span { border-color: rgb(113,158,239); }
td.TdClassName
{
border-color: #719EEF;
}
.TagClassName
{
border-color: #719EEF;
}
</style>