Shades of Cornflower Blue #719CF1
Tints of Cornflower Blue #719CF1
RGB
CMYK
RGB Variations
Color information
#719CF1 (or 0x719CF1) is known color: Cornflower Blue. HEX triplet: 71, 9C and F1. RGB value is (113,156,241). Sum of RGB (Red+Green+Blue) = 113+156+241=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #719CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719CF1 is #8E630E. Grayscale: #989898. Windows color (decimal): -9331471 or 15834225. OLE color: 15834225.
HSL color Cylindrical-coordinate representation of color #719CF1: hue angle of 219.84º 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 #719CF1 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 156 | 241 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.05 |
| HSL | 219.84º | 0.82% | 0.69% | - |
| HSV(B) | 219.84º | 0.53% | 0.95% | - |
| XYZ | 34.58 | 33.64 | 87.89 | - |
| YUV | 152.83 | 177.75 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 241 | 0.53 | 0.35 | 0 | 0.05 | 219.84 | 0.82 | 0.69 |
| Hex | 71 | 9C | F1 | 35 | 23 | 0 | 5 | DC | 52 | 45 |
| Octal | 161 | 234 | 361 | 65 | 43 | 0 | 5 | 334 | 122 | 105 |
| Binary | 1110001 | 10011100 | 11110001 | 110101 | 100011 | 0 | 101 | 11011100 | 1010010 | 1000101 |
Color Harmonies of #719CF1
Complementary color
Monochromatic Colors of #719CF1
Black with #719CF1
Text Example
Text Example
White with #719CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719CF1; }
p { color: rgb(113,156,241); }
H1.HeaderClassName
{
color: #719CF1;
}
.AnyTagClassName
{
color: #719CF1;
}
</style>
background-color css
<style>
a { background-color: #719CF1; }
a { background-color: rgb(113,156,241); }
div.DivClassName
{
background-color: #719CF1;
}
.BgClassName
{
background-color: #719CF1;
}
</style>
border-color css
<style>
span { border-color: #719CF1; }
span { border-color: rgb(113,156,241); }
td.TdClassName
{
border-color: #719CF1;
}
.TagClassName
{
border-color: #719CF1;
}
</style>