Shades of Jordy Blue #7698DB
Tints of Jordy Blue #7698DB
RGB
CMYK
RGB Variations
Color information
#7698DB (or 0x7698DB) is known color: Jordy Blue. HEX triplet: 76, 98 and DB. RGB value is (118,152,219). Sum of RGB (Red+Green+Blue) = 118+152+219=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #7698DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698DB is #896724. Grayscale: #959595. Windows color (decimal): -9004837 or 14391414. OLE color: 14391414.
HSL color Cylindrical-coordinate representation of color #7698DB: hue angle of 219.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7698DB is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 152 | 219 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.14 |
| HSL | 219.8º | 0.58% | 0.66% | - |
| HSV(B) | 219.8º | 0.46% | 0.86% | - |
| XYZ | 31.49 | 31.42 | 71.42 | - |
| YUV | 149.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 219 | 0.46 | 0.31 | 0 | 0.14 | 219.8 | 0.58 | 0.66 |
| Hex | 76 | 98 | DB | 2E | 1F | 0 | E | DC | 3A | 42 |
| Octal | 166 | 230 | 333 | 56 | 37 | 0 | 16 | 334 | 72 | 102 |
| Binary | 1110110 | 10011000 | 11011011 | 101110 | 11111 | 0 | 1110 | 11011100 | 111010 | 1000010 |
Color Harmonies of #7698DB
Complementary color
Monochromatic Colors of #7698DB
Black with #7698DB
Text Example
Text Example
White with #7698DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7698DB; }
p { color: rgb(118,152,219); }
H1.HeaderClassName
{
color: #7698DB;
}
.AnyTagClassName
{
color: #7698DB;
}
</style>
background-color css
<style>
a { background-color: #7698DB; }
a { background-color: rgb(118,152,219); }
div.DivClassName
{
background-color: #7698DB;
}
.BgClassName
{
background-color: #7698DB;
}
</style>
border-color css
<style>
span { border-color: #7698DB; }
span { border-color: rgb(118,152,219); }
td.TdClassName
{
border-color: #7698DB;
}
.TagClassName
{
border-color: #7698DB;
}
</style>