Shades of Cornflower Blue #719CFB
Tints of Cornflower Blue #719CFB
RGB
CMYK
RGB Variations
Color information
#719CFB (or 0x719CFB) is known color: Cornflower Blue. HEX triplet: 71, 9C and FB. RGB value is (113,156,251). Sum of RGB (Red+Green+Blue) = 113+156+251=520 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.73% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #719CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719CFB is #8E6304. Grayscale: #999999. Windows color (decimal): -9331461 or 16489585. OLE color: 16489585.
HSL color Cylindrical-coordinate representation of color #719CFB: hue angle of 221.3º degrees, saturation: 0.95, 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 #719CFB is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 156 | 251 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.02 |
| HSL | 221.3º | 0.95% | 0.71% | - |
| HSV(B) | 221.3º | 0.55% | 0.98% | - |
| XYZ | 36.11 | 34.25 | 95.97 | - |
| YUV | 153.97 | 182.75 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 251 | 0.55 | 0.38 | 0 | 0.02 | 221.3 | 0.95 | 0.71 |
| Hex | 71 | 9C | FB | 37 | 26 | 0 | 2 | DD | 5F | 47 |
| Octal | 161 | 234 | 373 | 67 | 46 | 0 | 2 | 335 | 137 | 107 |
| Binary | 1110001 | 10011100 | 11111011 | 110111 | 100110 | 0 | 10 | 11011101 | 1011111 | 1000111 |
Color Harmonies of #719CFB
Complementary color
Monochromatic Colors of #719CFB
Black with #719CFB
Text Example
Text Example
White with #719CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719CFB; }
p { color: rgb(113,156,251); }
H1.HeaderClassName
{
color: #719CFB;
}
.AnyTagClassName
{
color: #719CFB;
}
</style>
background-color css
<style>
a { background-color: #719CFB; }
a { background-color: rgb(113,156,251); }
div.DivClassName
{
background-color: #719CFB;
}
.BgClassName
{
background-color: #719CFB;
}
</style>
border-color css
<style>
span { border-color: #719CFB; }
span { border-color: rgb(113,156,251); }
td.TdClassName
{
border-color: #719CFB;
}
.TagClassName
{
border-color: #719CFB;
}
</style>