Shades of Cornflower Blue #71A2EF
Tints of Cornflower Blue #71A2EF
RGB
CMYK
RGB Variations
Color information
#71A2EF (or 0x71A2EF) is known color: Cornflower Blue. HEX triplet: 71, A2 and EF. RGB value is (113,162,239). Sum of RGB (Red+Green+Blue) = 113+162+239=514 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.98% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #71A2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A2EF is #8E5D10. Grayscale: #9B9B9B. Windows color (decimal): -9329937 or 15704689. OLE color: 15704689.
HSL color Cylindrical-coordinate representation of color #71A2EF: hue angle of 216.67º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71A2EF is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 162 | 239 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.06 |
| HSL | 216.67º | 0.8% | 0.69% | - |
| HSV(B) | 216.67º | 0.53% | 0.94% | - |
| XYZ | 35.31 | 35.58 | 86.67 | - |
| YUV | 156.13 | 174.77 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 239 | 0.53 | 0.32 | 0 | 0.06 | 216.67 | 0.8 | 0.69 |
| Hex | 71 | A2 | EF | 35 | 20 | 0 | 6 | D9 | 50 | 45 |
| Octal | 161 | 242 | 357 | 65 | 40 | 0 | 6 | 331 | 120 | 105 |
| Binary | 1110001 | 10100010 | 11101111 | 110101 | 100000 | 0 | 110 | 11011001 | 1010000 | 1000101 |
Color Harmonies of #71A2EF
Complementary color
Monochromatic Colors of #71A2EF
Black with #71A2EF
Text Example
Text Example
White with #71A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A2EF; }
p { color: rgb(113,162,239); }
H1.HeaderClassName
{
color: #71A2EF;
}
.AnyTagClassName
{
color: #71A2EF;
}
</style>
background-color css
<style>
a { background-color: #71A2EF; }
a { background-color: rgb(113,162,239); }
div.DivClassName
{
background-color: #71A2EF;
}
.BgClassName
{
background-color: #71A2EF;
}
</style>
border-color css
<style>
span { border-color: #71A2EF; }
span { border-color: rgb(113,162,239); }
td.TdClassName
{
border-color: #71A2EF;
}
.TagClassName
{
border-color: #71A2EF;
}
</style>