Shades of Jordy Blue #73A5EA
Tints of Jordy Blue #73A5EA
RGB
CMYK
RGB Variations
Color information
#73A5EA (or 0x73A5EA) is known color: Jordy Blue. HEX triplet: 73, A5 and EA. RGB value is (115,165,234). Sum of RGB (Red+Green+Blue) = 115+165+234=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #73A5EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A5EA is #8C5A15. Grayscale: #9D9D9D. Windows color (decimal): -9198102 or 15377779. OLE color: 15377779.
HSL color Cylindrical-coordinate representation of color #73A5EA: hue angle of 214.79º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73A5EA is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 165 | 234 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.08 |
| HSL | 214.79º | 0.74% | 0.68% | - |
| HSV(B) | 214.79º | 0.51% | 0.92% | - |
| XYZ | 35.38 | 36.5 | 83.02 | - |
| YUV | 157.92 | 170.94 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 165 | 234 | 0.51 | 0.29 | 0 | 0.08 | 214.79 | 0.74 | 0.68 |
| Hex | 73 | A5 | EA | 33 | 1D | 0 | 8 | D7 | 4A | 44 |
| Octal | 163 | 245 | 352 | 63 | 35 | 0 | 10 | 327 | 112 | 104 |
| Binary | 1110011 | 10100101 | 11101010 | 110011 | 11101 | 0 | 1000 | 11010111 | 1001010 | 1000100 |
Color Harmonies of #73A5EA
Complementary color
Monochromatic Colors of #73A5EA
Black with #73A5EA
Text Example
Text Example
White with #73A5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A5EA; }
p { color: rgb(115,165,234); }
H1.HeaderClassName
{
color: #73A5EA;
}
.AnyTagClassName
{
color: #73A5EA;
}
</style>
background-color css
<style>
a { background-color: #73A5EA; }
a { background-color: rgb(115,165,234); }
div.DivClassName
{
background-color: #73A5EA;
}
.BgClassName
{
background-color: #73A5EA;
}
</style>
border-color css
<style>
span { border-color: #73A5EA; }
span { border-color: rgb(115,165,234); }
td.TdClassName
{
border-color: #73A5EA;
}
.TagClassName
{
border-color: #73A5EA;
}
</style>