Shades of Cornflower Blue #719FFC
Tints of Cornflower Blue #719FFC
RGB
CMYK
RGB Variations
Color information
#719FFC (or 0x719FFC) is known color: Cornflower Blue. HEX triplet: 71, 9F and FC. RGB value is (113,159,252). Sum of RGB (Red+Green+Blue) = 113+159+252=524 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.56% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #719FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719FFC is #8E6003. Grayscale: #9B9B9B. Windows color (decimal): -9330692 or 16555889. OLE color: 16555889.
HSL color Cylindrical-coordinate representation of color #719FFC: hue angle of 220.14º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #719FFC is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 159 | 252 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.01 |
| HSL | 220.14º | 0.96% | 0.72% | - |
| HSV(B) | 220.14º | 0.55% | 0.99% | - |
| XYZ | 36.78 | 35.34 | 96.98 | - |
| YUV | 155.85 | 182.26 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 252 | 0.55 | 0.37 | 0 | 0.01 | 220.14 | 0.96 | 0.72 |
| Hex | 71 | 9F | FC | 37 | 25 | 0 | 1 | DC | 60 | 48 |
| Octal | 161 | 237 | 374 | 67 | 45 | 0 | 1 | 334 | 140 | 110 |
| Binary | 1110001 | 10011111 | 11111100 | 110111 | 100101 | 0 | 1 | 11011100 | 1100000 | 1001000 |
Color Harmonies of #719FFC
Complementary color
Monochromatic Colors of #719FFC
Black with #719FFC
Text Example
Text Example
White with #719FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FFC; }
p { color: rgb(113,159,252); }
H1.HeaderClassName
{
color: #719FFC;
}
.AnyTagClassName
{
color: #719FFC;
}
</style>
background-color css
<style>
a { background-color: #719FFC; }
a { background-color: rgb(113,159,252); }
div.DivClassName
{
background-color: #719FFC;
}
.BgClassName
{
background-color: #719FFC;
}
</style>
border-color css
<style>
span { border-color: #719FFC; }
span { border-color: rgb(113,159,252); }
td.TdClassName
{
border-color: #719FFC;
}
.TagClassName
{
border-color: #719FFC;
}
</style>