Shades of Jordy Blue #72A8D7
Tints of Jordy Blue #72A8D7
RGB
CMYK
RGB Variations
Color information
#72A8D7 (or 0x72A8D7) is known color: Jordy Blue. HEX triplet: 72, A8 and D7. RGB value is (114,168,215). Sum of RGB (Red+Green+Blue) = 114+168+215=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #72A8D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A8D7 is #8D5728. Grayscale: #9C9C9C. Windows color (decimal): -9262889 or 14133362. OLE color: 14133362.
HSL color Cylindrical-coordinate representation of color #72A8D7: hue angle of 207.92º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72A8D7 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 168 | 215 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.16 |
| HSL | 207.92º | 0.56% | 0.65% | - |
| HSV(B) | 207.92º | 0.47% | 0.84% | - |
| XYZ | 33.21 | 36.49 | 69.58 | - |
| YUV | 157.21 | 160.61 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 215 | 0.47 | 0.22 | 0 | 0.16 | 207.92 | 0.56 | 0.65 |
| Hex | 72 | A8 | D7 | 2F | 16 | 0 | 10 | D0 | 38 | 41 |
| Octal | 162 | 250 | 327 | 57 | 26 | 0 | 20 | 320 | 70 | 101 |
| Binary | 1110010 | 10101000 | 11010111 | 101111 | 10110 | 0 | 10000 | 11010000 | 111000 | 1000001 |
Color Harmonies of #72A8D7
Complementary color
Monochromatic Colors of #72A8D7
Black with #72A8D7
Text Example
Text Example
White with #72A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A8D7; }
p { color: rgb(114,168,215); }
H1.HeaderClassName
{
color: #72A8D7;
}
.AnyTagClassName
{
color: #72A8D7;
}
</style>
background-color css
<style>
a { background-color: #72A8D7; }
a { background-color: rgb(114,168,215); }
div.DivClassName
{
background-color: #72A8D7;
}
.BgClassName
{
background-color: #72A8D7;
}
</style>
border-color css
<style>
span { border-color: #72A8D7; }
span { border-color: rgb(114,168,215); }
td.TdClassName
{
border-color: #72A8D7;
}
.TagClassName
{
border-color: #72A8D7;
}
</style>