Shades of Jordy Blue #73A9DF
Tints of Jordy Blue #73A9DF
RGB
CMYK
RGB Variations
Color information
#73A9DF (or 0x73A9DF) is known color: Jordy Blue. HEX triplet: 73, A9 and DF. RGB value is (115,169,223). Sum of RGB (Red+Green+Blue) = 115+169+223=507 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.68% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #73A9DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A9DF is #8C5620. Grayscale: #9E9E9E. Windows color (decimal): -9197089 or 14657907. OLE color: 14657907.
HSL color Cylindrical-coordinate representation of color #73A9DF: hue angle of 210º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73A9DF is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 169 | 223 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.13 |
| HSL | 210º | 0.63% | 0.66% | - |
| HSV(B) | 210º | 0.48% | 0.87% | - |
| XYZ | 34.58 | 37.35 | 75.2 | - |
| YUV | 159.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 169 | 223 | 0.48 | 0.24 | 0 | 0.13 | 210 | 0.63 | 0.66 |
| Hex | 73 | A9 | DF | 30 | 18 | 0 | D | D2 | 3F | 42 |
| Octal | 163 | 251 | 337 | 60 | 30 | 0 | 15 | 322 | 77 | 102 |
| Binary | 1110011 | 10101001 | 11011111 | 110000 | 11000 | 0 | 1101 | 11010010 | 111111 | 1000010 |
Color Harmonies of #73A9DF
Complementary color
Monochromatic Colors of #73A9DF
Black with #73A9DF
Text Example
Text Example
White with #73A9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A9DF; }
p { color: rgb(115,169,223); }
H1.HeaderClassName
{
color: #73A9DF;
}
.AnyTagClassName
{
color: #73A9DF;
}
</style>
background-color css
<style>
a { background-color: #73A9DF; }
a { background-color: rgb(115,169,223); }
div.DivClassName
{
background-color: #73A9DF;
}
.BgClassName
{
background-color: #73A9DF;
}
</style>
border-color css
<style>
span { border-color: #73A9DF; }
span { border-color: rgb(115,169,223); }
td.TdClassName
{
border-color: #73A9DF;
}
.TagClassName
{
border-color: #73A9DF;
}
</style>