Shades of Jordy Blue #73A7EA
Tints of Jordy Blue #73A7EA
RGB
CMYK
RGB Variations
Color information
#73A7EA (or 0x73A7EA) is known color: Jordy Blue. HEX triplet: 73, A7 and EA. RGB value is (115,167,234). Sum of RGB (Red+Green+Blue) = 115+167+234=516 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.29% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #73A7EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A7EA is #8C5815. Grayscale: #9E9E9E. Windows color (decimal): -9197590 or 15378291. OLE color: 15378291.
HSL color Cylindrical-coordinate representation of color #73A7EA: hue angle of 213.78º 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 #73A7EA is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 167 | 234 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.08 |
| HSL | 213.78º | 0.74% | 0.68% | - |
| HSV(B) | 213.78º | 0.51% | 0.92% | - |
| XYZ | 35.74 | 37.22 | 83.14 | - |
| YUV | 159.09 | 170.27 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 167 | 234 | 0.51 | 0.29 | 0 | 0.08 | 213.78 | 0.74 | 0.68 |
| Hex | 73 | A7 | EA | 33 | 1D | 0 | 8 | D6 | 4A | 44 |
| Octal | 163 | 247 | 352 | 63 | 35 | 0 | 10 | 326 | 112 | 104 |
| Binary | 1110011 | 10100111 | 11101010 | 110011 | 11101 | 0 | 1000 | 11010110 | 1001010 | 1000100 |
Color Harmonies of #73A7EA
Complementary color
Monochromatic Colors of #73A7EA
Black with #73A7EA
Text Example
Text Example
White with #73A7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A7EA; }
p { color: rgb(115,167,234); }
H1.HeaderClassName
{
color: #73A7EA;
}
.AnyTagClassName
{
color: #73A7EA;
}
</style>
background-color css
<style>
a { background-color: #73A7EA; }
a { background-color: rgb(115,167,234); }
div.DivClassName
{
background-color: #73A7EA;
}
.BgClassName
{
background-color: #73A7EA;
}
</style>
border-color css
<style>
span { border-color: #73A7EA; }
span { border-color: rgb(115,167,234); }
td.TdClassName
{
border-color: #73A7EA;
}
.TagClassName
{
border-color: #73A7EA;
}
</style>