Shades of Jordy Blue #71A8DD
Tints of Jordy Blue #71A8DD
RGB
CMYK
RGB Variations
Color information
#71A8DD (or 0x71A8DD) is known color: Jordy Blue. HEX triplet: 71, A8 and DD. RGB value is (113,168,221). Sum of RGB (Red+Green+Blue) = 113+168+221=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #71A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A8DD is #8E5722. Grayscale: #9D9D9D. Windows color (decimal): -9328419 or 14526577. OLE color: 14526577.
HSL color Cylindrical-coordinate representation of color #71A8DD: hue angle of 209.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71A8DD is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 168 | 221 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.13 |
| HSL | 209.44º | 0.61% | 0.65% | - |
| HSV(B) | 209.44º | 0.49% | 0.87% | - |
| XYZ | 33.86 | 36.74 | 73.71 | - |
| YUV | 157.6 | 163.78 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 221 | 0.49 | 0.24 | 0 | 0.13 | 209.44 | 0.61 | 0.65 |
| Hex | 71 | A8 | DD | 31 | 18 | 0 | D | D1 | 3D | 41 |
| Octal | 161 | 250 | 335 | 61 | 30 | 0 | 15 | 321 | 75 | 101 |
| Binary | 1110001 | 10101000 | 11011101 | 110001 | 11000 | 0 | 1101 | 11010001 | 111101 | 1000001 |
Color Harmonies of #71A8DD
Complementary color
Monochromatic Colors of #71A8DD
Black with #71A8DD
Text Example
Text Example
White with #71A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A8DD; }
p { color: rgb(113,168,221); }
H1.HeaderClassName
{
color: #71A8DD;
}
.AnyTagClassName
{
color: #71A8DD;
}
</style>
background-color css
<style>
a { background-color: #71A8DD; }
a { background-color: rgb(113,168,221); }
div.DivClassName
{
background-color: #71A8DD;
}
.BgClassName
{
background-color: #71A8DD;
}
</style>
border-color css
<style>
span { border-color: #71A8DD; }
span { border-color: rgb(113,168,221); }
td.TdClassName
{
border-color: #71A8DD;
}
.TagClassName
{
border-color: #71A8DD;
}
</style>