Shades of Cornflower Blue #719BE5
Tints of Cornflower Blue #719BE5
RGB
CMYK
RGB Variations
Color information
#719BE5 (or 0x719BE5) is known color: Cornflower Blue. HEX triplet: 71, 9B and E5. RGB value is (113,155,229). Sum of RGB (Red+Green+Blue) = 113+155+229=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #719BE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719BE5 is #8E641A. Grayscale: #969696. Windows color (decimal): -9331739 or 15047537. OLE color: 15047537.
HSL color Cylindrical-coordinate representation of color #719BE5: hue angle of 218.28º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #719BE5 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 155 | 229 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.10 |
| HSL | 218.28º | 0.69% | 0.67% | - |
| HSV(B) | 218.28º | 0.51% | 0.9% | - |
| XYZ | 32.67 | 32.61 | 78.7 | - |
| YUV | 150.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 229 | 0.51 | 0.32 | 0 | 0.10 | 218.28 | 0.69 | 0.67 |
| Hex | 71 | 9B | E5 | 33 | 20 | 0 | A | DA | 45 | 43 |
| Octal | 161 | 233 | 345 | 63 | 40 | 0 | 12 | 332 | 105 | 103 |
| Binary | 1110001 | 10011011 | 11100101 | 110011 | 100000 | 0 | 1010 | 11011010 | 1000101 | 1000011 |
Color Harmonies of #719BE5
Complementary color
Monochromatic Colors of #719BE5
Black with #719BE5
Text Example
Text Example
White with #719BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719BE5; }
p { color: rgb(113,155,229); }
H1.HeaderClassName
{
color: #719BE5;
}
.AnyTagClassName
{
color: #719BE5;
}
</style>
background-color css
<style>
a { background-color: #719BE5; }
a { background-color: rgb(113,155,229); }
div.DivClassName
{
background-color: #719BE5;
}
.BgClassName
{
background-color: #719BE5;
}
</style>
border-color css
<style>
span { border-color: #719BE5; }
span { border-color: rgb(113,155,229); }
td.TdClassName
{
border-color: #719BE5;
}
.TagClassName
{
border-color: #719BE5;
}
</style>