Shades of Cornflower Blue #71A0FF
Tints of Cornflower Blue #71A0FF
RGB
CMYK
RGB Variations
Color information
#71A0FF (or 0x71A0FF) is known color: Cornflower Blue. HEX triplet: 71, A0 and FF. RGB value is (113,160,255). Sum of RGB (Red+Green+Blue) = 113+160+255=528 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.40% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #71A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A0FF is #8E5F00. Grayscale: #9C9C9C. Windows color (decimal): -9330433 or 16752753. OLE color: 16752753.
HSL color Cylindrical-coordinate representation of color #71A0FF: hue angle of 220.14º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71A0FF is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 160 | 255 | - |
| CMYK | 0.56 | 0.37 | 0 | 0 |
| HSL | 220.14º | 1% | 0.72% | - |
| HSV(B) | 220.14º | 0.56% | 1% | - |
| XYZ | 37.43 | 35.87 | 99.56 | - |
| YUV | 156.78 | 183.43 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 160 | 255 | 0.56 | 0.37 | 0 | 0 | 220.14 | 1 | 0.72 |
| Hex | 71 | A0 | FF | 38 | 25 | 0 | 0 | DC | 64 | 48 |
| Octal | 161 | 240 | 377 | 70 | 45 | 0 | 0 | 334 | 144 | 110 |
| Binary | 1110001 | 10100000 | 11111111 | 111000 | 100101 | 0 | 0 | 11011100 | 1100100 | 1001000 |
Color Harmonies of #71A0FF
Complementary color
Monochromatic Colors of #71A0FF
Black with #71A0FF
Text Example
Text Example
White with #71A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A0FF; }
p { color: rgb(113,160,255); }
H1.HeaderClassName
{
color: #71A0FF;
}
.AnyTagClassName
{
color: #71A0FF;
}
</style>
background-color css
<style>
a { background-color: #71A0FF; }
a { background-color: rgb(113,160,255); }
div.DivClassName
{
background-color: #71A0FF;
}
.BgClassName
{
background-color: #71A0FF;
}
</style>
border-color css
<style>
span { border-color: #71A0FF; }
span { border-color: rgb(113,160,255); }
td.TdClassName
{
border-color: #71A0FF;
}
.TagClassName
{
border-color: #71A0FF;
}
</style>