Shades of Jordy Blue #73A0DC
Tints of Jordy Blue #73A0DC
RGB
CMYK
RGB Variations
Color information
#73A0DC (or 0x73A0DC) is known color: Jordy Blue. HEX triplet: 73, A0 and DC. RGB value is (115,160,220). Sum of RGB (Red+Green+Blue) = 115+160+220=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #73A0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A0DC is #8C5F23. Grayscale: #999999. Windows color (decimal): -9199396 or 14458995. OLE color: 14458995.
HSL color Cylindrical-coordinate representation of color #73A0DC: hue angle of 214.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73A0DC is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 160 | 220 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.14 |
| HSL | 214.29º | 0.6% | 0.66% | - |
| HSV(B) | 214.29º | 0.48% | 0.86% | - |
| XYZ | 32.56 | 33.95 | 72.55 | - |
| YUV | 153.39 | 165.59 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 220 | 0.48 | 0.27 | 0 | 0.14 | 214.29 | 0.6 | 0.66 |
| Hex | 73 | A0 | DC | 30 | 1B | 0 | E | D6 | 3C | 42 |
| Octal | 163 | 240 | 334 | 60 | 33 | 0 | 16 | 326 | 74 | 102 |
| Binary | 1110011 | 10100000 | 11011100 | 110000 | 11011 | 0 | 1110 | 11010110 | 111100 | 1000010 |
Color Harmonies of #73A0DC
Complementary color
Monochromatic Colors of #73A0DC
Black with #73A0DC
Text Example
Text Example
White with #73A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A0DC; }
p { color: rgb(115,160,220); }
H1.HeaderClassName
{
color: #73A0DC;
}
.AnyTagClassName
{
color: #73A0DC;
}
</style>
background-color css
<style>
a { background-color: #73A0DC; }
a { background-color: rgb(115,160,220); }
div.DivClassName
{
background-color: #73A0DC;
}
.BgClassName
{
background-color: #73A0DC;
}
</style>
border-color css
<style>
span { border-color: #73A0DC; }
span { border-color: rgb(115,160,220); }
td.TdClassName
{
border-color: #73A0DC;
}
.TagClassName
{
border-color: #73A0DC;
}
</style>