Shades of Cornflower Blue #71A8FD
Tints of Cornflower Blue #71A8FD
RGB
CMYK
RGB Variations
Color information
#71A8FD (or 0x71A8FD) is known color: Cornflower Blue. HEX triplet: 71, A8 and FD. RGB value is (113,168,253). Sum of RGB (Red+Green+Blue) = 113+168+253=534 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.16% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #71A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A8FD is #8E5702. Grayscale: #A0A0A0. Windows color (decimal): -9328387 or 16623729. OLE color: 16623729.
HSL color Cylindrical-coordinate representation of color #71A8FD: hue angle of 216.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71A8FD is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 168 | 253 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.01 |
| HSL | 216.43º | 0.97% | 0.72% | - |
| HSV(B) | 216.43º | 0.55% | 0.99% | - |
| XYZ | 38.54 | 38.61 | 98.35 | - |
| YUV | 161.25 | 179.78 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 253 | 0.55 | 0.34 | 0 | 0.01 | 216.43 | 0.97 | 0.72 |
| Hex | 71 | A8 | FD | 37 | 22 | 0 | 1 | D8 | 61 | 48 |
| Octal | 161 | 250 | 375 | 67 | 42 | 0 | 1 | 330 | 141 | 110 |
| Binary | 1110001 | 10101000 | 11111101 | 110111 | 100010 | 0 | 1 | 11011000 | 1100001 | 1001000 |
Color Harmonies of #71A8FD
Complementary color
Monochromatic Colors of #71A8FD
Black with #71A8FD
Text Example
Text Example
White with #71A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A8FD; }
p { color: rgb(113,168,253); }
H1.HeaderClassName
{
color: #71A8FD;
}
.AnyTagClassName
{
color: #71A8FD;
}
</style>
background-color css
<style>
a { background-color: #71A8FD; }
a { background-color: rgb(113,168,253); }
div.DivClassName
{
background-color: #71A8FD;
}
.BgClassName
{
background-color: #71A8FD;
}
</style>
border-color css
<style>
span { border-color: #71A8FD; }
span { border-color: rgb(113,168,253); }
td.TdClassName
{
border-color: #71A8FD;
}
.TagClassName
{
border-color: #71A8FD;
}
</style>