Shades of Cornflower Blue #719DE8
Tints of Cornflower Blue #719DE8
RGB
CMYK
RGB Variations
Color information
#719DE8 (or 0x719DE8) is known color: Cornflower Blue. HEX triplet: 71, 9D and E8. RGB value is (113,157,232). Sum of RGB (Red+Green+Blue) = 113+157+232=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 232 - color contains mainly: blue. Hex color #719DE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719DE8 is #8E6217. Grayscale: #989898. Windows color (decimal): -9331224 or 15244657. OLE color: 15244657.
HSL color Cylindrical-coordinate representation of color #719DE8: hue angle of 217.82º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #719DE8 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 157 | 232 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.09 |
| HSL | 217.82º | 0.72% | 0.68% | - |
| HSV(B) | 217.82º | 0.51% | 0.91% | - |
| XYZ | 33.43 | 33.45 | 81.04 | - |
| YUV | 152.39 | 172.92 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 232 | 0.51 | 0.32 | 0 | 0.09 | 217.82 | 0.72 | 0.68 |
| Hex | 71 | 9D | E8 | 33 | 20 | 0 | 9 | DA | 48 | 44 |
| Octal | 161 | 235 | 350 | 63 | 40 | 0 | 11 | 332 | 110 | 104 |
| Binary | 1110001 | 10011101 | 11101000 | 110011 | 100000 | 0 | 1001 | 11011010 | 1001000 | 1000100 |
Color Harmonies of #719DE8
Complementary color
Monochromatic Colors of #719DE8
Black with #719DE8
Text Example
Text Example
White with #719DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DE8; }
p { color: rgb(113,157,232); }
H1.HeaderClassName
{
color: #719DE8;
}
.AnyTagClassName
{
color: #719DE8;
}
</style>
background-color css
<style>
a { background-color: #719DE8; }
a { background-color: rgb(113,157,232); }
div.DivClassName
{
background-color: #719DE8;
}
.BgClassName
{
background-color: #719DE8;
}
</style>
border-color css
<style>
span { border-color: #719DE8; }
span { border-color: rgb(113,157,232); }
td.TdClassName
{
border-color: #719DE8;
}
.TagClassName
{
border-color: #719DE8;
}
</style>