Shades of Jordy Blue #72A6DC
Tints of Jordy Blue #72A6DC
RGB
CMYK
RGB Variations
Color information
#72A6DC (or 0x72A6DC) is known color: Jordy Blue. HEX triplet: 72, A6 and DC. RGB value is (114,166,220). Sum of RGB (Red+Green+Blue) = 114+166+220=500 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.8% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #72A6DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A6DC is #8D5923. Grayscale: #9C9C9C. Windows color (decimal): -9263396 or 14460530. OLE color: 14460530.
HSL color Cylindrical-coordinate representation of color #72A6DC: hue angle of 210.57º 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 #72A6DC is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 166 | 220 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.14 |
| HSL | 210.57º | 0.6% | 0.65% | - |
| HSV(B) | 210.57º | 0.48% | 0.86% | - |
| XYZ | 33.49 | 36.02 | 72.9 | - |
| YUV | 156.61 | 163.77 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 166 | 220 | 0.48 | 0.25 | 0 | 0.14 | 210.57 | 0.6 | 0.65 |
| Hex | 72 | A6 | DC | 30 | 19 | 0 | E | D3 | 3C | 41 |
| Octal | 162 | 246 | 334 | 60 | 31 | 0 | 16 | 323 | 74 | 101 |
| Binary | 1110010 | 10100110 | 11011100 | 110000 | 11001 | 0 | 1110 | 11010011 | 111100 | 1000001 |
Color Harmonies of #72A6DC
Complementary color
Monochromatic Colors of #72A6DC
Black with #72A6DC
Text Example
Text Example
White with #72A6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A6DC; }
p { color: rgb(114,166,220); }
H1.HeaderClassName
{
color: #72A6DC;
}
.AnyTagClassName
{
color: #72A6DC;
}
</style>
background-color css
<style>
a { background-color: #72A6DC; }
a { background-color: rgb(114,166,220); }
div.DivClassName
{
background-color: #72A6DC;
}
.BgClassName
{
background-color: #72A6DC;
}
</style>
border-color css
<style>
span { border-color: #72A6DC; }
span { border-color: rgb(114,166,220); }
td.TdClassName
{
border-color: #72A6DC;
}
.TagClassName
{
border-color: #72A6DC;
}
</style>