Shades of Cornflower Blue #719BEB
Tints of Cornflower Blue #719BEB
RGB
CMYK
RGB Variations
Color information
#719BEB (or 0x719BEB) is known color: Cornflower Blue. HEX triplet: 71, 9B and EB. RGB value is (113,155,235). Sum of RGB (Red+Green+Blue) = 113+155+235=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #719BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719BEB is #8E6414. Grayscale: #979797. Windows color (decimal): -9331733 or 15440753. OLE color: 15440753.
HSL color Cylindrical-coordinate representation of color #719BEB: hue angle of 219.34º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #719BEB is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 155 | 235 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.08 |
| HSL | 219.34º | 0.75% | 0.68% | - |
| HSV(B) | 219.34º | 0.52% | 0.92% | - |
| XYZ | 33.53 | 32.95 | 83.19 | - |
| YUV | 151.56 | 175.09 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 235 | 0.52 | 0.34 | 0 | 0.08 | 219.34 | 0.75 | 0.68 |
| Hex | 71 | 9B | EB | 34 | 22 | 0 | 8 | DB | 4B | 44 |
| Octal | 161 | 233 | 353 | 64 | 42 | 0 | 10 | 333 | 113 | 104 |
| Binary | 1110001 | 10011011 | 11101011 | 110100 | 100010 | 0 | 1000 | 11011011 | 1001011 | 1000100 |
Color Harmonies of #719BEB
Complementary color
Monochromatic Colors of #719BEB
Black with #719BEB
Text Example
Text Example
White with #719BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719BEB; }
p { color: rgb(113,155,235); }
H1.HeaderClassName
{
color: #719BEB;
}
.AnyTagClassName
{
color: #719BEB;
}
</style>
background-color css
<style>
a { background-color: #719BEB; }
a { background-color: rgb(113,155,235); }
div.DivClassName
{
background-color: #719BEB;
}
.BgClassName
{
background-color: #719BEB;
}
</style>
border-color css
<style>
span { border-color: #719BEB; }
span { border-color: rgb(113,155,235); }
td.TdClassName
{
border-color: #719BEB;
}
.TagClassName
{
border-color: #719BEB;
}
</style>