Shades of Cornflower Blue #719BFA
Tints of Cornflower Blue #719BFA
RGB
CMYK
RGB Variations
Color information
#719BFA (or 0x719BFA) is known color: Cornflower Blue. HEX triplet: 71, 9B and FA. RGB value is (113,155,250). Sum of RGB (Red+Green+Blue) = 113+155+250=518 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.81% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #719BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719BFA is #8E6405. Grayscale: #989898. Windows color (decimal): -9331718 or 16423793. OLE color: 16423793.
HSL color Cylindrical-coordinate representation of color #719BFA: hue angle of 221.61º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #719BFA is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 155 | 250 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.02 |
| HSL | 221.61º | 0.93% | 0.71% | - |
| HSV(B) | 221.61º | 0.55% | 0.98% | - |
| XYZ | 35.79 | 33.86 | 95.09 | - |
| YUV | 153.27 | 182.59 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 250 | 0.55 | 0.38 | 0 | 0.02 | 221.61 | 0.93 | 0.71 |
| Hex | 71 | 9B | FA | 37 | 26 | 0 | 2 | DE | 5D | 47 |
| Octal | 161 | 233 | 372 | 67 | 46 | 0 | 2 | 336 | 135 | 107 |
| Binary | 1110001 | 10011011 | 11111010 | 110111 | 100110 | 0 | 10 | 11011110 | 1011101 | 1000111 |
Color Harmonies of #719BFA
Complementary color
Monochromatic Colors of #719BFA
Black with #719BFA
Text Example
Text Example
White with #719BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719BFA; }
p { color: rgb(113,155,250); }
H1.HeaderClassName
{
color: #719BFA;
}
.AnyTagClassName
{
color: #719BFA;
}
</style>
background-color css
<style>
a { background-color: #719BFA; }
a { background-color: rgb(113,155,250); }
div.DivClassName
{
background-color: #719BFA;
}
.BgClassName
{
background-color: #719BFA;
}
</style>
border-color css
<style>
span { border-color: #719BFA; }
span { border-color: rgb(113,155,250); }
td.TdClassName
{
border-color: #719BFA;
}
.TagClassName
{
border-color: #719BFA;
}
</style>