Shades of Jordy Blue #7398CE
Tints of Jordy Blue #7398CE
RGB
CMYK
RGB Variations
Color information
#7398CE (or 0x7398CE) is known color: Jordy Blue. HEX triplet: 73, 98 and CE. RGB value is (115,152,206). Sum of RGB (Red+Green+Blue) = 115+152+206=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #7398CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7398CE is #8C6731. Grayscale: #929292. Windows color (decimal): -9201458 or 13539443. OLE color: 13539443.
HSL color Cylindrical-coordinate representation of color #7398CE: hue angle of 215.6º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7398CE is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 152 | 206 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.19 |
| HSL | 215.6º | 0.48% | 0.63% | - |
| HSV(B) | 215.6º | 0.44% | 0.81% | - |
| XYZ | 29.44 | 30.56 | 62.74 | - |
| YUV | 147.09 | 161.24 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 152 | 206 | 0.44 | 0.26 | 0 | 0.19 | 215.6 | 0.48 | 0.63 |
| Hex | 73 | 98 | CE | 2C | 1A | 0 | 13 | D8 | 30 | 3F |
| Octal | 163 | 230 | 316 | 54 | 32 | 0 | 23 | 330 | 60 | 77 |
| Binary | 1110011 | 10011000 | 11001110 | 101100 | 11010 | 0 | 10011 | 11011000 | 110000 | 111111 |
Color Harmonies of #7398CE
Complementary color
Monochromatic Colors of #7398CE
Black with #7398CE
Text Example
Text Example
White with #7398CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7398CE; }
p { color: rgb(115,152,206); }
H1.HeaderClassName
{
color: #7398CE;
}
.AnyTagClassName
{
color: #7398CE;
}
</style>
background-color css
<style>
a { background-color: #7398CE; }
a { background-color: rgb(115,152,206); }
div.DivClassName
{
background-color: #7398CE;
}
.BgClassName
{
background-color: #7398CE;
}
</style>
border-color css
<style>
span { border-color: #7398CE; }
span { border-color: rgb(115,152,206); }
td.TdClassName
{
border-color: #7398CE;
}
.TagClassName
{
border-color: #7398CE;
}
</style>