Shades of Jordy Blue #73A0CD
Tints of Jordy Blue #73A0CD
RGB
CMYK
RGB Variations
Color information
#73A0CD (or 0x73A0CD) is known color: Jordy Blue. HEX triplet: 73, A0 and CD. RGB value is (115,160,205). Sum of RGB (Red+Green+Blue) = 115+160+205=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #73A0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A0CD is #8C5F32. Grayscale: #979797. Windows color (decimal): -9199411 or 13475955. OLE color: 13475955.
HSL color Cylindrical-coordinate representation of color #73A0CD: hue angle of 210º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73A0CD is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 160 | 205 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.20 |
| HSL | 210º | 0.47% | 0.63% | - |
| HSV(B) | 210º | 0.44% | 0.8% | - |
| XYZ | 30.66 | 33.19 | 62.55 | - |
| YUV | 151.68 | 158.09 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 205 | 0.44 | 0.22 | 0 | 0.20 | 210 | 0.47 | 0.63 |
| Hex | 73 | A0 | CD | 2C | 16 | 0 | 14 | D2 | 2F | 3F |
| Octal | 163 | 240 | 315 | 54 | 26 | 0 | 24 | 322 | 57 | 77 |
| Binary | 1110011 | 10100000 | 11001101 | 101100 | 10110 | 0 | 10100 | 11010010 | 101111 | 111111 |
Color Harmonies of #73A0CD
Complementary color
Monochromatic Colors of #73A0CD
Black with #73A0CD
Text Example
Text Example
White with #73A0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A0CD; }
p { color: rgb(115,160,205); }
H1.HeaderClassName
{
color: #73A0CD;
}
.AnyTagClassName
{
color: #73A0CD;
}
</style>
background-color css
<style>
a { background-color: #73A0CD; }
a { background-color: rgb(115,160,205); }
div.DivClassName
{
background-color: #73A0CD;
}
.BgClassName
{
background-color: #73A0CD;
}
</style>
border-color css
<style>
span { border-color: #73A0CD; }
span { border-color: rgb(115,160,205); }
td.TdClassName
{
border-color: #73A0CD;
}
.TagClassName
{
border-color: #73A0CD;
}
</style>