Shades of Jordy Blue #7399D5
Tints of Jordy Blue #7399D5
RGB
CMYK
RGB Variations
Color information
#7399D5 (or 0x7399D5) is known color: Jordy Blue. HEX triplet: 73, 99 and D5. RGB value is (115,153,213). Sum of RGB (Red+Green+Blue) = 115+153+213=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #7399D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7399D5 is #8C662A. Grayscale: #949494. Windows color (decimal): -9201195 or 13998451. OLE color: 13998451.
HSL color Cylindrical-coordinate representation of color #7399D5: hue angle of 216.73º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7399D5 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 153 | 213 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.16 |
| HSL | 216.73º | 0.54% | 0.64% | - |
| HSV(B) | 216.73º | 0.46% | 0.84% | - |
| XYZ | 30.47 | 31.23 | 67.37 | - |
| YUV | 148.48 | 164.41 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 213 | 0.46 | 0.28 | 0 | 0.16 | 216.73 | 0.54 | 0.64 |
| Hex | 73 | 99 | D5 | 2E | 1C | 0 | 10 | D9 | 36 | 40 |
| Octal | 163 | 231 | 325 | 56 | 34 | 0 | 20 | 331 | 66 | 100 |
| Binary | 1110011 | 10011001 | 11010101 | 101110 | 11100 | 0 | 10000 | 11011001 | 110110 | 1000000 |
Color Harmonies of #7399D5
Complementary color
Monochromatic Colors of #7399D5
Black with #7399D5
Text Example
Text Example
White with #7399D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7399D5; }
p { color: rgb(115,153,213); }
H1.HeaderClassName
{
color: #7399D5;
}
.AnyTagClassName
{
color: #7399D5;
}
</style>
background-color css
<style>
a { background-color: #7399D5; }
a { background-color: rgb(115,153,213); }
div.DivClassName
{
background-color: #7399D5;
}
.BgClassName
{
background-color: #7399D5;
}
</style>
border-color css
<style>
span { border-color: #7399D5; }
span { border-color: rgb(115,153,213); }
td.TdClassName
{
border-color: #7399D5;
}
.TagClassName
{
border-color: #7399D5;
}
</style>