Shades of Jordy Blue #72A1EC
Tints of Jordy Blue #72A1EC
RGB
CMYK
RGB Variations
Color information
#72A1EC (or 0x72A1EC) is known color: Jordy Blue. HEX triplet: 72, A1 and EC. RGB value is (114,161,236). Sum of RGB (Red+Green+Blue) = 114+161+236=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #72A1EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A1EC is #8D5E13. Grayscale: #9B9B9B. Windows color (decimal): -9264660 or 15507826. OLE color: 15507826.
HSL color Cylindrical-coordinate representation of color #72A1EC: hue angle of 216.89º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72A1EC is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 161 | 236 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.07 |
| HSL | 216.89º | 0.76% | 0.69% | - |
| HSV(B) | 216.89º | 0.52% | 0.93% | - |
| XYZ | 34.82 | 35.12 | 84.3 | - |
| YUV | 155.5 | 173.43 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 161 | 236 | 0.52 | 0.32 | 0 | 0.07 | 216.89 | 0.76 | 0.69 |
| Hex | 72 | A1 | EC | 34 | 20 | 0 | 7 | D9 | 4C | 45 |
| Octal | 162 | 241 | 354 | 64 | 40 | 0 | 7 | 331 | 114 | 105 |
| Binary | 1110010 | 10100001 | 11101100 | 110100 | 100000 | 0 | 111 | 11011001 | 1001100 | 1000101 |
Color Harmonies of #72A1EC
Complementary color
Monochromatic Colors of #72A1EC
Black with #72A1EC
Text Example
Text Example
White with #72A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A1EC; }
p { color: rgb(114,161,236); }
H1.HeaderClassName
{
color: #72A1EC;
}
.AnyTagClassName
{
color: #72A1EC;
}
</style>
background-color css
<style>
a { background-color: #72A1EC; }
a { background-color: rgb(114,161,236); }
div.DivClassName
{
background-color: #72A1EC;
}
.BgClassName
{
background-color: #72A1EC;
}
</style>
border-color css
<style>
span { border-color: #72A1EC; }
span { border-color: rgb(114,161,236); }
td.TdClassName
{
border-color: #72A1EC;
}
.TagClassName
{
border-color: #72A1EC;
}
</style>