Shades of Cornflower Blue #71A8F9
Tints of Cornflower Blue #71A8F9
RGB
CMYK
RGB Variations
Color information
#71A8F9 (or 0x71A8F9) is known color: Cornflower Blue. HEX triplet: 71, A8 and F9. RGB value is (113,168,249). Sum of RGB (Red+Green+Blue) = 113+168+249=530 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.32% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #71A8F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A8F9 is #8E5706. Grayscale: #A0A0A0. Windows color (decimal): -9328391 or 16361585. OLE color: 16361585.
HSL color Cylindrical-coordinate representation of color #71A8F9: hue angle of 215.74º degrees, saturation: 0.92, 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 #71A8F9 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 168 | 249 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.02 |
| HSL | 215.74º | 0.92% | 0.71% | - |
| HSV(B) | 215.74º | 0.55% | 0.98% | - |
| XYZ | 37.91 | 38.36 | 95.03 | - |
| YUV | 160.79 | 177.78 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 249 | 0.55 | 0.33 | 0 | 0.02 | 215.74 | 0.92 | 0.71 |
| Hex | 71 | A8 | F9 | 37 | 21 | 0 | 2 | D8 | 5C | 47 |
| Octal | 161 | 250 | 371 | 67 | 41 | 0 | 2 | 330 | 134 | 107 |
| Binary | 1110001 | 10101000 | 11111001 | 110111 | 100001 | 0 | 10 | 11011000 | 1011100 | 1000111 |
Color Harmonies of #71A8F9
Complementary color
Monochromatic Colors of #71A8F9
Black with #71A8F9
Text Example
Text Example
White with #71A8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A8F9; }
p { color: rgb(113,168,249); }
H1.HeaderClassName
{
color: #71A8F9;
}
.AnyTagClassName
{
color: #71A8F9;
}
</style>
background-color css
<style>
a { background-color: #71A8F9; }
a { background-color: rgb(113,168,249); }
div.DivClassName
{
background-color: #71A8F9;
}
.BgClassName
{
background-color: #71A8F9;
}
</style>
border-color css
<style>
span { border-color: #71A8F9; }
span { border-color: rgb(113,168,249); }
td.TdClassName
{
border-color: #71A8F9;
}
.TagClassName
{
border-color: #71A8F9;
}
</style>