Shades of Jordy Blue #7298CE
Tints of Jordy Blue #7298CE
RGB
CMYK
RGB Variations
Color information
#7298CE (or 0x7298CE) is known color: Jordy Blue. HEX triplet: 72, 98 and CE. RGB value is (114,152,206). Sum of RGB (Red+Green+Blue) = 114+152+206=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #7298CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7298CE is #8D6731. Grayscale: #929292. Windows color (decimal): -9266994 or 13539442. OLE color: 13539442.
HSL color Cylindrical-coordinate representation of color #7298CE: hue angle of 215.22º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7298CE is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 152 | 206 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.19 |
| HSL | 215.22º | 0.48% | 0.63% | - |
| HSV(B) | 215.22º | 0.45% | 0.81% | - |
| XYZ | 29.31 | 30.49 | 62.73 | - |
| YUV | 146.79 | 161.41 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 152 | 206 | 0.45 | 0.26 | 0 | 0.19 | 215.22 | 0.48 | 0.63 |
| Hex | 72 | 98 | CE | 2D | 1A | 0 | 13 | D7 | 30 | 3F |
| Octal | 162 | 230 | 316 | 55 | 32 | 0 | 23 | 327 | 60 | 77 |
| Binary | 1110010 | 10011000 | 11001110 | 101101 | 11010 | 0 | 10011 | 11010111 | 110000 | 111111 |
Color Harmonies of #7298CE
Complementary color
Monochromatic Colors of #7298CE
Black with #7298CE
Text Example
Text Example
White with #7298CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7298CE; }
p { color: rgb(114,152,206); }
H1.HeaderClassName
{
color: #7298CE;
}
.AnyTagClassName
{
color: #7298CE;
}
</style>
background-color css
<style>
a { background-color: #7298CE; }
a { background-color: rgb(114,152,206); }
div.DivClassName
{
background-color: #7298CE;
}
.BgClassName
{
background-color: #7298CE;
}
</style>
border-color css
<style>
span { border-color: #7298CE; }
span { border-color: rgb(114,152,206); }
td.TdClassName
{
border-color: #7298CE;
}
.TagClassName
{
border-color: #7298CE;
}
</style>