Shades of Cornflower Blue #719EF1
Tints of Cornflower Blue #719EF1
RGB
CMYK
RGB Variations
Color information
#719EF1 (or 0x719EF1) is known color: Cornflower Blue. HEX triplet: 71, 9E and F1. RGB value is (113,158,241). Sum of RGB (Red+Green+Blue) = 113+158+241=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #719EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719EF1 is #8E610E. Grayscale: #999999. Windows color (decimal): -9330959 or 15834737. OLE color: 15834737.
HSL color Cylindrical-coordinate representation of color #719EF1: hue angle of 218.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #719EF1 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 158 | 241 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.05 |
| HSL | 218.91º | 0.82% | 0.69% | - |
| HSV(B) | 218.91º | 0.53% | 0.95% | - |
| XYZ | 34.91 | 34.32 | 88 | - |
| YUV | 154.01 | 177.09 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 241 | 0.53 | 0.34 | 0 | 0.05 | 218.91 | 0.82 | 0.69 |
| Hex | 71 | 9E | F1 | 35 | 22 | 0 | 5 | DB | 52 | 45 |
| Octal | 161 | 236 | 361 | 65 | 42 | 0 | 5 | 333 | 122 | 105 |
| Binary | 1110001 | 10011110 | 11110001 | 110101 | 100010 | 0 | 101 | 11011011 | 1010010 | 1000101 |
Color Harmonies of #719EF1
Complementary color
Monochromatic Colors of #719EF1
Black with #719EF1
Text Example
Text Example
White with #719EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719EF1; }
p { color: rgb(113,158,241); }
H1.HeaderClassName
{
color: #719EF1;
}
.AnyTagClassName
{
color: #719EF1;
}
</style>
background-color css
<style>
a { background-color: #719EF1; }
a { background-color: rgb(113,158,241); }
div.DivClassName
{
background-color: #719EF1;
}
.BgClassName
{
background-color: #719EF1;
}
</style>
border-color css
<style>
span { border-color: #719EF1; }
span { border-color: rgb(113,158,241); }
td.TdClassName
{
border-color: #719EF1;
}
.TagClassName
{
border-color: #719EF1;
}
</style>