Shades of Cornflower Blue #71A2EE
Tints of Cornflower Blue #71A2EE
RGB
CMYK
RGB Variations
Color information
#71A2EE (or 0x71A2EE) is known color: Cornflower Blue. HEX triplet: 71, A2 and EE. RGB value is (113,162,238). Sum of RGB (Red+Green+Blue) = 113+162+238=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #71A2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A2EE is #8E5D11. Grayscale: #9B9B9B. Windows color (decimal): -9329938 or 15639153. OLE color: 15639153.
HSL color Cylindrical-coordinate representation of color #71A2EE: hue angle of 216.48º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71A2EE is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 162 | 238 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.07 |
| HSL | 216.48º | 0.79% | 0.69% | - |
| HSV(B) | 216.48º | 0.53% | 0.93% | - |
| XYZ | 35.16 | 35.52 | 85.89 | - |
| YUV | 156.01 | 174.27 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 238 | 0.53 | 0.32 | 0 | 0.07 | 216.48 | 0.79 | 0.69 |
| Hex | 71 | A2 | EE | 35 | 20 | 0 | 7 | D8 | 4F | 45 |
| Octal | 161 | 242 | 356 | 65 | 40 | 0 | 7 | 330 | 117 | 105 |
| Binary | 1110001 | 10100010 | 11101110 | 110101 | 100000 | 0 | 111 | 11011000 | 1001111 | 1000101 |
Color Harmonies of #71A2EE
Complementary color
Monochromatic Colors of #71A2EE
Black with #71A2EE
Text Example
Text Example
White with #71A2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A2EE; }
p { color: rgb(113,162,238); }
H1.HeaderClassName
{
color: #71A2EE;
}
.AnyTagClassName
{
color: #71A2EE;
}
</style>
background-color css
<style>
a { background-color: #71A2EE; }
a { background-color: rgb(113,162,238); }
div.DivClassName
{
background-color: #71A2EE;
}
.BgClassName
{
background-color: #71A2EE;
}
</style>
border-color css
<style>
span { border-color: #71A2EE; }
span { border-color: rgb(113,162,238); }
td.TdClassName
{
border-color: #71A2EE;
}
.TagClassName
{
border-color: #71A2EE;
}
</style>