Shades of Jordy Blue #73A3DA
Tints of Jordy Blue #73A3DA
RGB
CMYK
RGB Variations
Color information
#73A3DA (or 0x73A3DA) is known color: Jordy Blue. HEX triplet: 73, A3 and DA. RGB value is (115,163,218). Sum of RGB (Red+Green+Blue) = 115+163+218=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #73A3DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A3DA is #8C5C25. Grayscale: #9A9A9A. Windows color (decimal): -9198630 or 14328691. OLE color: 14328691.
HSL color Cylindrical-coordinate representation of color #73A3DA: hue angle of 212.04º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73A3DA is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 163 | 218 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.15 |
| HSL | 212.04º | 0.58% | 0.65% | - |
| HSV(B) | 212.04º | 0.47% | 0.85% | - |
| XYZ | 32.82 | 34.9 | 71.34 | - |
| YUV | 154.92 | 163.6 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 163 | 218 | 0.47 | 0.25 | 0 | 0.15 | 212.04 | 0.58 | 0.65 |
| Hex | 73 | A3 | DA | 2F | 19 | 0 | F | D4 | 3A | 41 |
| Octal | 163 | 243 | 332 | 57 | 31 | 0 | 17 | 324 | 72 | 101 |
| Binary | 1110011 | 10100011 | 11011010 | 101111 | 11001 | 0 | 1111 | 11010100 | 111010 | 1000001 |
Color Harmonies of #73A3DA
Complementary color
Monochromatic Colors of #73A3DA
Black with #73A3DA
Text Example
Text Example
White with #73A3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A3DA; }
p { color: rgb(115,163,218); }
H1.HeaderClassName
{
color: #73A3DA;
}
.AnyTagClassName
{
color: #73A3DA;
}
</style>
background-color css
<style>
a { background-color: #73A3DA; }
a { background-color: rgb(115,163,218); }
div.DivClassName
{
background-color: #73A3DA;
}
.BgClassName
{
background-color: #73A3DA;
}
</style>
border-color css
<style>
span { border-color: #73A3DA; }
span { border-color: rgb(115,163,218); }
td.TdClassName
{
border-color: #73A3DA;
}
.TagClassName
{
border-color: #73A3DA;
}
</style>