Shades of Jordy Blue #71A2DB
Tints of Jordy Blue #71A2DB
RGB
CMYK
RGB Variations
Color information
#71A2DB (or 0x71A2DB) is known color: Jordy Blue. HEX triplet: 71, A2 and DB. RGB value is (113,162,219). Sum of RGB (Red+Green+Blue) = 113+162+219=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #71A2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A2DB is #8E5D24. Grayscale: #999999. Windows color (decimal): -9329957 or 14393969. OLE color: 14393969.
HSL color Cylindrical-coordinate representation of color #71A2DB: hue angle of 212.26º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71A2DB is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 162 | 219 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.14 |
| HSL | 212.26º | 0.6% | 0.65% | - |
| HSV(B) | 212.26º | 0.48% | 0.86% | - |
| XYZ | 32.52 | 34.47 | 71.96 | - |
| YUV | 153.85 | 164.77 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 219 | 0.48 | 0.26 | 0 | 0.14 | 212.26 | 0.6 | 0.65 |
| Hex | 71 | A2 | DB | 30 | 1A | 0 | E | D4 | 3C | 41 |
| Octal | 161 | 242 | 333 | 60 | 32 | 0 | 16 | 324 | 74 | 101 |
| Binary | 1110001 | 10100010 | 11011011 | 110000 | 11010 | 0 | 1110 | 11010100 | 111100 | 1000001 |
Color Harmonies of #71A2DB
Complementary color
Monochromatic Colors of #71A2DB
Black with #71A2DB
Text Example
Text Example
White with #71A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A2DB; }
p { color: rgb(113,162,219); }
H1.HeaderClassName
{
color: #71A2DB;
}
.AnyTagClassName
{
color: #71A2DB;
}
</style>
background-color css
<style>
a { background-color: #71A2DB; }
a { background-color: rgb(113,162,219); }
div.DivClassName
{
background-color: #71A2DB;
}
.BgClassName
{
background-color: #71A2DB;
}
</style>
border-color css
<style>
span { border-color: #71A2DB; }
span { border-color: rgb(113,162,219); }
td.TdClassName
{
border-color: #71A2DB;
}
.TagClassName
{
border-color: #71A2DB;
}
</style>