Shades of Jordy Blue #73A0D0
Tints of Jordy Blue #73A0D0
RGB
CMYK
RGB Variations
Color information
#73A0D0 (or 0x73A0D0) is known color: Jordy Blue. HEX triplet: 73, A0 and D0. RGB value is (115,160,208). Sum of RGB (Red+Green+Blue) = 115+160+208=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #73A0D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A0D0 is #8C5F2F. Grayscale: #979797. Windows color (decimal): -9199408 or 13672563. OLE color: 13672563.
HSL color Cylindrical-coordinate representation of color #73A0D0: hue angle of 210.97º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73A0D0 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 160 | 208 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.18 |
| HSL | 210.97º | 0.5% | 0.63% | - |
| HSV(B) | 210.97º | 0.45% | 0.82% | - |
| XYZ | 31.03 | 33.34 | 64.47 | - |
| YUV | 152.02 | 159.59 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 208 | 0.45 | 0.23 | 0 | 0.18 | 210.97 | 0.5 | 0.63 |
| Hex | 73 | A0 | D0 | 2D | 17 | 0 | 12 | D3 | 32 | 3F |
| Octal | 163 | 240 | 320 | 55 | 27 | 0 | 22 | 323 | 62 | 77 |
| Binary | 1110011 | 10100000 | 11010000 | 101101 | 10111 | 0 | 10010 | 11010011 | 110010 | 111111 |
Color Harmonies of #73A0D0
Complementary color
Monochromatic Colors of #73A0D0
Black with #73A0D0
Text Example
Text Example
White with #73A0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A0D0; }
p { color: rgb(115,160,208); }
H1.HeaderClassName
{
color: #73A0D0;
}
.AnyTagClassName
{
color: #73A0D0;
}
</style>
background-color css
<style>
a { background-color: #73A0D0; }
a { background-color: rgb(115,160,208); }
div.DivClassName
{
background-color: #73A0D0;
}
.BgClassName
{
background-color: #73A0D0;
}
</style>
border-color css
<style>
span { border-color: #73A0D0; }
span { border-color: rgb(115,160,208); }
td.TdClassName
{
border-color: #73A0D0;
}
.TagClassName
{
border-color: #73A0D0;
}
</style>