Shades of Cornflower Blue #719FFF
Tints of Cornflower Blue #719FFF
RGB
CMYK
RGB Variations
Color information
#719FFF (or 0x719FFF) is known color: Cornflower Blue. HEX triplet: 71, 9F and FF. RGB value is (113,159,255). Sum of RGB (Red+Green+Blue) = 113+159+255=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #719FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719FFF is #8E6000. Grayscale: #9B9B9B. Windows color (decimal): -9330689 or 16752497. OLE color: 16752497.
HSL color Cylindrical-coordinate representation of color #719FFF: hue angle of 220.56º 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 #719FFF is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 159 | 255 | - |
| CMYK | 0.56 | 0.38 | 0 | 0 |
| HSL | 220.56º | 1% | 0.72% | - |
| HSV(B) | 220.56º | 0.56% | 1% | - |
| XYZ | 37.26 | 35.53 | 99.5 | - |
| YUV | 156.19 | 183.76 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 255 | 0.56 | 0.38 | 0 | 0 | 220.56 | 1 | 0.72 |
| Hex | 71 | 9F | FF | 38 | 26 | 0 | 0 | DD | 64 | 48 |
| Octal | 161 | 237 | 377 | 70 | 46 | 0 | 0 | 335 | 144 | 110 |
| Binary | 1110001 | 10011111 | 11111111 | 111000 | 100110 | 0 | 0 | 11011101 | 1100100 | 1001000 |
Color Harmonies of #719FFF
Complementary color
Monochromatic Colors of #719FFF
Black with #719FFF
Text Example
Text Example
White with #719FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FFF; }
p { color: rgb(113,159,255); }
H1.HeaderClassName
{
color: #719FFF;
}
.AnyTagClassName
{
color: #719FFF;
}
</style>
background-color css
<style>
a { background-color: #719FFF; }
a { background-color: rgb(113,159,255); }
div.DivClassName
{
background-color: #719FFF;
}
.BgClassName
{
background-color: #719FFF;
}
</style>
border-color css
<style>
span { border-color: #719FFF; }
span { border-color: rgb(113,159,255); }
td.TdClassName
{
border-color: #719FFF;
}
.TagClassName
{
border-color: #719FFF;
}
</style>