Shades of Jordy Blue #7398DC
Tints of Jordy Blue #7398DC
RGB
CMYK
RGB Variations
Color information
#7398DC (or 0x7398DC) is known color: Jordy Blue. HEX triplet: 73, 98 and DC. RGB value is (115,152,220). Sum of RGB (Red+Green+Blue) = 115+152+220=487 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.61% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #7398DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7398DC is #8C6723. Grayscale: #949494. Windows color (decimal): -9201444 or 14456947. OLE color: 14456947.
HSL color Cylindrical-coordinate representation of color #7398DC: hue angle of 218.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7398DC is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 152 | 220 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.14 |
| HSL | 218.86º | 0.6% | 0.66% | - |
| HSV(B) | 218.86º | 0.48% | 0.86% | - |
| XYZ | 31.22 | 31.27 | 72.1 | - |
| YUV | 148.69 | 168.24 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 152 | 220 | 0.48 | 0.31 | 0 | 0.14 | 218.86 | 0.6 | 0.66 |
| Hex | 73 | 98 | DC | 30 | 1F | 0 | E | DB | 3C | 42 |
| Octal | 163 | 230 | 334 | 60 | 37 | 0 | 16 | 333 | 74 | 102 |
| Binary | 1110011 | 10011000 | 11011100 | 110000 | 11111 | 0 | 1110 | 11011011 | 111100 | 1000010 |
Color Harmonies of #7398DC
Complementary color
Monochromatic Colors of #7398DC
Black with #7398DC
Text Example
Text Example
White with #7398DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7398DC; }
p { color: rgb(115,152,220); }
H1.HeaderClassName
{
color: #7398DC;
}
.AnyTagClassName
{
color: #7398DC;
}
</style>
background-color css
<style>
a { background-color: #7398DC; }
a { background-color: rgb(115,152,220); }
div.DivClassName
{
background-color: #7398DC;
}
.BgClassName
{
background-color: #7398DC;
}
</style>
border-color css
<style>
span { border-color: #7398DC; }
span { border-color: rgb(115,152,220); }
td.TdClassName
{
border-color: #7398DC;
}
.TagClassName
{
border-color: #7398DC;
}
</style>