Shades of Cornflower Blue #71A1F1
Tints of Cornflower Blue #71A1F1
RGB
CMYK
RGB Variations
Color information
#71A1F1 (or 0x71A1F1) is known color: Cornflower Blue. HEX triplet: 71, A1 and F1. RGB value is (113,161,241). Sum of RGB (Red+Green+Blue) = 113+161+241=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #71A1F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A1F1 is #8E5E0E. Grayscale: #9B9B9B. Windows color (decimal): -9330191 or 15835505. OLE color: 15835505.
HSL color Cylindrical-coordinate representation of color #71A1F1: hue angle of 217.5º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71A1F1 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 161 | 241 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.05 |
| HSL | 217.5º | 0.82% | 0.69% | - |
| HSV(B) | 217.5º | 0.53% | 0.95% | - |
| XYZ | 35.43 | 35.35 | 88.18 | - |
| YUV | 155.77 | 176.1 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 161 | 241 | 0.53 | 0.33 | 0 | 0.05 | 217.5 | 0.82 | 0.69 |
| Hex | 71 | A1 | F1 | 35 | 21 | 0 | 5 | DA | 52 | 45 |
| Octal | 161 | 241 | 361 | 65 | 41 | 0 | 5 | 332 | 122 | 105 |
| Binary | 1110001 | 10100001 | 11110001 | 110101 | 100001 | 0 | 101 | 11011010 | 1010010 | 1000101 |
Color Harmonies of #71A1F1
Complementary color
Monochromatic Colors of #71A1F1
Black with #71A1F1
Text Example
Text Example
White with #71A1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A1F1; }
p { color: rgb(113,161,241); }
H1.HeaderClassName
{
color: #71A1F1;
}
.AnyTagClassName
{
color: #71A1F1;
}
</style>
background-color css
<style>
a { background-color: #71A1F1; }
a { background-color: rgb(113,161,241); }
div.DivClassName
{
background-color: #71A1F1;
}
.BgClassName
{
background-color: #71A1F1;
}
</style>
border-color css
<style>
span { border-color: #71A1F1; }
span { border-color: rgb(113,161,241); }
td.TdClassName
{
border-color: #71A1F1;
}
.TagClassName
{
border-color: #71A1F1;
}
</style>