Shades of Jordy Blue #72A3DB
Tints of Jordy Blue #72A3DB
RGB
CMYK
RGB Variations
Color information
#72A3DB (or 0x72A3DB) is known color: Jordy Blue. HEX triplet: 72, A3 and DB. RGB value is (114,163,219). Sum of RGB (Red+Green+Blue) = 114+163+219=496 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.98% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #72A3DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A3DB is #8D5C24. Grayscale: #9A9A9A. Windows color (decimal): -9264165 or 14394226. OLE color: 14394226.
HSL color Cylindrical-coordinate representation of color #72A3DB: hue angle of 212º degrees, saturation: 0.59, 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 #72A3DB is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 163 | 219 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.14 |
| HSL | 212º | 0.59% | 0.65% | - |
| HSV(B) | 212º | 0.48% | 0.86% | - |
| XYZ | 32.82 | 34.89 | 72.02 | - |
| YUV | 154.73 | 164.27 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 163 | 219 | 0.48 | 0.26 | 0 | 0.14 | 212 | 0.59 | 0.65 |
| Hex | 72 | A3 | DB | 30 | 1A | 0 | E | D4 | 3B | 41 |
| Octal | 162 | 243 | 333 | 60 | 32 | 0 | 16 | 324 | 73 | 101 |
| Binary | 1110010 | 10100011 | 11011011 | 110000 | 11010 | 0 | 1110 | 11010100 | 111011 | 1000001 |
Color Harmonies of #72A3DB
Complementary color
Monochromatic Colors of #72A3DB
Black with #72A3DB
Text Example
Text Example
White with #72A3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A3DB; }
p { color: rgb(114,163,219); }
H1.HeaderClassName
{
color: #72A3DB;
}
.AnyTagClassName
{
color: #72A3DB;
}
</style>
background-color css
<style>
a { background-color: #72A3DB; }
a { background-color: rgb(114,163,219); }
div.DivClassName
{
background-color: #72A3DB;
}
.BgClassName
{
background-color: #72A3DB;
}
</style>
border-color css
<style>
span { border-color: #72A3DB; }
span { border-color: rgb(114,163,219); }
td.TdClassName
{
border-color: #72A3DB;
}
.TagClassName
{
border-color: #72A3DB;
}
</style>