Shades of Cornflower Blue #719EFF
Tints of Cornflower Blue #719EFF
RGB
CMYK
RGB Variations
Color information
#719EFF (or 0x719EFF) is known color: Cornflower Blue. HEX triplet: 71, 9E and FF. RGB value is (113,158,255). Sum of RGB (Red+Green+Blue) = 113+158+255=526 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.48% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #719EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719EFF is #8E6100. Grayscale: #9B9B9B. Windows color (decimal): -9330945 or 16752241. OLE color: 16752241.
HSL color Cylindrical-coordinate representation of color #719EFF: hue angle of 220.99º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #719EFF is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 158 | 255 | - |
| CMYK | 0.56 | 0.38 | 0 | 0 |
| HSL | 220.99º | 1% | 0.72% | - |
| HSV(B) | 220.99º | 0.56% | 1% | - |
| XYZ | 37.09 | 35.18 | 99.44 | - |
| YUV | 155.6 | 184.09 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 255 | 0.56 | 0.38 | 0 | 0 | 220.99 | 1 | 0.72 |
| Hex | 71 | 9E | FF | 38 | 26 | 0 | 0 | DD | 64 | 48 |
| Octal | 161 | 236 | 377 | 70 | 46 | 0 | 0 | 335 | 144 | 110 |
| Binary | 1110001 | 10011110 | 11111111 | 111000 | 100110 | 0 | 0 | 11011101 | 1100100 | 1001000 |
Color Harmonies of #719EFF
Complementary color
Monochromatic Colors of #719EFF
Black with #719EFF
Text Example
Text Example
White with #719EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719EFF; }
p { color: rgb(113,158,255); }
H1.HeaderClassName
{
color: #719EFF;
}
.AnyTagClassName
{
color: #719EFF;
}
</style>
background-color css
<style>
a { background-color: #719EFF; }
a { background-color: rgb(113,158,255); }
div.DivClassName
{
background-color: #719EFF;
}
.BgClassName
{
background-color: #719EFF;
}
</style>
border-color css
<style>
span { border-color: #719EFF; }
span { border-color: rgb(113,158,255); }
td.TdClassName
{
border-color: #719EFF;
}
.TagClassName
{
border-color: #719EFF;
}
</style>