Shades of Jordy Blue #7399D0
Tints of Jordy Blue #7399D0
RGB
CMYK
RGB Variations
Color information
#7399D0 (or 0x7399D0) is known color: Jordy Blue. HEX triplet: 73, 99 and D0. RGB value is (115,153,208). Sum of RGB (Red+Green+Blue) = 115+153+208=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #7399D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7399D0 is #8C662F. Grayscale: #939393. Windows color (decimal): -9201200 or 13670771. OLE color: 13670771.
HSL color Cylindrical-coordinate representation of color #7399D0: hue angle of 215.48º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7399D0 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 153 | 208 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.18 |
| HSL | 215.48º | 0.5% | 0.63% | - |
| HSV(B) | 215.48º | 0.45% | 0.82% | - |
| XYZ | 29.85 | 30.98 | 64.08 | - |
| YUV | 147.91 | 161.91 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 208 | 0.45 | 0.26 | 0 | 0.18 | 215.48 | 0.5 | 0.63 |
| Hex | 73 | 99 | D0 | 2D | 1A | 0 | 12 | D7 | 32 | 3F |
| Octal | 163 | 231 | 320 | 55 | 32 | 0 | 22 | 327 | 62 | 77 |
| Binary | 1110011 | 10011001 | 11010000 | 101101 | 11010 | 0 | 10010 | 11010111 | 110010 | 111111 |
Color Harmonies of #7399D0
Complementary color
Monochromatic Colors of #7399D0
Black with #7399D0
Text Example
Text Example
White with #7399D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7399D0; }
p { color: rgb(115,153,208); }
H1.HeaderClassName
{
color: #7399D0;
}
.AnyTagClassName
{
color: #7399D0;
}
</style>
background-color css
<style>
a { background-color: #7399D0; }
a { background-color: rgb(115,153,208); }
div.DivClassName
{
background-color: #7399D0;
}
.BgClassName
{
background-color: #7399D0;
}
</style>
border-color css
<style>
span { border-color: #7399D0; }
span { border-color: rgb(115,153,208); }
td.TdClassName
{
border-color: #7399D0;
}
.TagClassName
{
border-color: #7399D0;
}
</style>