Shades of Cornflower Blue #719FEB
Tints of Cornflower Blue #719FEB
RGB
CMYK
RGB Variations
Color information
#719FEB (or 0x719FEB) is known color: Cornflower Blue. HEX triplet: 71, 9F and EB. RGB value is (113,159,235). Sum of RGB (Red+Green+Blue) = 113+159+235=507 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.29% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #719FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719FEB is #8E6014. Grayscale: #999999. Windows color (decimal): -9330709 or 15441777. OLE color: 15441777.
HSL color Cylindrical-coordinate representation of color #719FEB: hue angle of 217.38º 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 #719FEB is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 159 | 235 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.08 |
| HSL | 217.38º | 0.75% | 0.68% | - |
| HSV(B) | 217.38º | 0.52% | 0.92% | - |
| XYZ | 34.2 | 34.31 | 83.42 | - |
| YUV | 153.91 | 173.76 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 235 | 0.52 | 0.32 | 0 | 0.08 | 217.38 | 0.75 | 0.68 |
| Hex | 71 | 9F | EB | 34 | 20 | 0 | 8 | D9 | 4B | 44 |
| Octal | 161 | 237 | 353 | 64 | 40 | 0 | 10 | 331 | 113 | 104 |
| Binary | 1110001 | 10011111 | 11101011 | 110100 | 100000 | 0 | 1000 | 11011001 | 1001011 | 1000100 |
Color Harmonies of #719FEB
Complementary color
Monochromatic Colors of #719FEB
Black with #719FEB
Text Example
Text Example
White with #719FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FEB; }
p { color: rgb(113,159,235); }
H1.HeaderClassName
{
color: #719FEB;
}
.AnyTagClassName
{
color: #719FEB;
}
</style>
background-color css
<style>
a { background-color: #719FEB; }
a { background-color: rgb(113,159,235); }
div.DivClassName
{
background-color: #719FEB;
}
.BgClassName
{
background-color: #719FEB;
}
</style>
border-color css
<style>
span { border-color: #719FEB; }
span { border-color: rgb(113,159,235); }
td.TdClassName
{
border-color: #719FEB;
}
.TagClassName
{
border-color: #719FEB;
}
</style>