Shades of Jordy Blue #73A8F6
Tints of Jordy Blue #73A8F6
RGB
CMYK
RGB Variations
Color information
#73A8F6 (or 0x73A8F6) is known color: Jordy Blue. HEX triplet: 73, A8 and F6. RGB value is (115,168,246). Sum of RGB (Red+Green+Blue) = 115+168+246=529 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.74% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #73A8F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A8F6 is #8C5709. Grayscale: #A0A0A0. Windows color (decimal): -9197322 or 16164979. OLE color: 16164979.
HSL color Cylindrical-coordinate representation of color #73A8F6: hue angle of 215.73º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73A8F6 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 168 | 246 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.04 |
| HSL | 215.73º | 0.88% | 0.71% | - |
| HSV(B) | 215.73º | 0.53% | 0.96% | - |
| XYZ | 37.71 | 38.3 | 92.59 | - |
| YUV | 161.05 | 175.94 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 246 | 0.53 | 0.32 | 0 | 0.04 | 215.73 | 0.88 | 0.71 |
| Hex | 73 | A8 | F6 | 35 | 20 | 0 | 4 | D8 | 58 | 47 |
| Octal | 163 | 250 | 366 | 65 | 40 | 0 | 4 | 330 | 130 | 107 |
| Binary | 1110011 | 10101000 | 11110110 | 110101 | 100000 | 0 | 100 | 11011000 | 1011000 | 1000111 |
Color Harmonies of #73A8F6
Complementary color
Monochromatic Colors of #73A8F6
Black with #73A8F6
Text Example
Text Example
White with #73A8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A8F6; }
p { color: rgb(115,168,246); }
H1.HeaderClassName
{
color: #73A8F6;
}
.AnyTagClassName
{
color: #73A8F6;
}
</style>
background-color css
<style>
a { background-color: #73A8F6; }
a { background-color: rgb(115,168,246); }
div.DivClassName
{
background-color: #73A8F6;
}
.BgClassName
{
background-color: #73A8F6;
}
</style>
border-color css
<style>
span { border-color: #73A8F6; }
span { border-color: rgb(115,168,246); }
td.TdClassName
{
border-color: #73A8F6;
}
.TagClassName
{
border-color: #73A8F6;
}
</style>