Shades of Jordy Blue #72A5DA
Tints of Jordy Blue #72A5DA
RGB
CMYK
RGB Variations
Color information
#72A5DA (or 0x72A5DA) is known color: Jordy Blue. HEX triplet: 72, A5 and DA. RGB value is (114,165,218). Sum of RGB (Red+Green+Blue) = 114+165+218=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #72A5DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A5DA is #8D5A25. Grayscale: #9B9B9B. Windows color (decimal): -9263654 or 14329202. OLE color: 14329202.
HSL color Cylindrical-coordinate representation of color #72A5DA: hue angle of 210.58º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72A5DA is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 165 | 218 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.15 |
| HSL | 210.58º | 0.58% | 0.65% | - |
| HSV(B) | 210.58º | 0.48% | 0.85% | - |
| XYZ | 33.05 | 35.55 | 71.45 | - |
| YUV | 155.79 | 163.1 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 165 | 218 | 0.48 | 0.24 | 0 | 0.15 | 210.58 | 0.58 | 0.65 |
| Hex | 72 | A5 | DA | 30 | 18 | 0 | F | D3 | 3A | 41 |
| Octal | 162 | 245 | 332 | 60 | 30 | 0 | 17 | 323 | 72 | 101 |
| Binary | 1110010 | 10100101 | 11011010 | 110000 | 11000 | 0 | 1111 | 11010011 | 111010 | 1000001 |
Color Harmonies of #72A5DA
Complementary color
Monochromatic Colors of #72A5DA
Black with #72A5DA
Text Example
Text Example
White with #72A5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A5DA; }
p { color: rgb(114,165,218); }
H1.HeaderClassName
{
color: #72A5DA;
}
.AnyTagClassName
{
color: #72A5DA;
}
</style>
background-color css
<style>
a { background-color: #72A5DA; }
a { background-color: rgb(114,165,218); }
div.DivClassName
{
background-color: #72A5DA;
}
.BgClassName
{
background-color: #72A5DA;
}
</style>
border-color css
<style>
span { border-color: #72A5DA; }
span { border-color: rgb(114,165,218); }
td.TdClassName
{
border-color: #72A5DA;
}
.TagClassName
{
border-color: #72A5DA;
}
</style>