Shades of Jordy Blue #7398D0
Tints of Jordy Blue #7398D0
RGB
CMYK
RGB Variations
Color information
#7398D0 (or 0x7398D0) is known color: Jordy Blue. HEX triplet: 73, 98 and D0. RGB value is (115,152,208). Sum of RGB (Red+Green+Blue) = 115+152+208=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #7398D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7398D0 is #8C672F. Grayscale: #939393. Windows color (decimal): -9201456 or 13670515. OLE color: 13670515.
HSL color Cylindrical-coordinate representation of color #7398D0: hue angle of 216.13º 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 #7398D0 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 152 | 208 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.18 |
| HSL | 216.13º | 0.5% | 0.63% | - |
| HSV(B) | 216.13º | 0.45% | 0.82% | - |
| XYZ | 29.68 | 30.66 | 64.03 | - |
| YUV | 147.32 | 162.24 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 152 | 208 | 0.45 | 0.27 | 0 | 0.18 | 216.13 | 0.5 | 0.63 |
| Hex | 73 | 98 | D0 | 2D | 1B | 0 | 12 | D8 | 32 | 3F |
| Octal | 163 | 230 | 320 | 55 | 33 | 0 | 22 | 330 | 62 | 77 |
| Binary | 1110011 | 10011000 | 11010000 | 101101 | 11011 | 0 | 10010 | 11011000 | 110010 | 111111 |
Color Harmonies of #7398D0
Complementary color
Monochromatic Colors of #7398D0
Black with #7398D0
Text Example
Text Example
White with #7398D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7398D0; }
p { color: rgb(115,152,208); }
H1.HeaderClassName
{
color: #7398D0;
}
.AnyTagClassName
{
color: #7398D0;
}
</style>
background-color css
<style>
a { background-color: #7398D0; }
a { background-color: rgb(115,152,208); }
div.DivClassName
{
background-color: #7398D0;
}
.BgClassName
{
background-color: #7398D0;
}
</style>
border-color css
<style>
span { border-color: #7398D0; }
span { border-color: rgb(115,152,208); }
td.TdClassName
{
border-color: #7398D0;
}
.TagClassName
{
border-color: #7398D0;
}
</style>