Shades of Jordy Blue #7499DB
Tints of Jordy Blue #7499DB
RGB
CMYK
RGB Variations
Color information
#7499DB (or 0x7499DB) is known color: Jordy Blue. HEX triplet: 74, 99 and DB. RGB value is (116,153,219). Sum of RGB (Red+Green+Blue) = 116+153+219=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #7499DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7499DB is #8B6624. Grayscale: #959595. Windows color (decimal): -9135653 or 14391668. OLE color: 14391668.
HSL color Cylindrical-coordinate representation of color #7499DB: hue angle of 218.45º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7499DB is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 153 | 219 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.14 |
| HSL | 218.45º | 0.59% | 0.66% | - |
| HSV(B) | 218.45º | 0.47% | 0.86% | - |
| XYZ | 31.38 | 31.61 | 71.47 | - |
| YUV | 149.46 | 167.24 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 219 | 0.47 | 0.30 | 0 | 0.14 | 218.45 | 0.59 | 0.66 |
| Hex | 74 | 99 | DB | 2F | 1E | 0 | E | DA | 3B | 42 |
| Octal | 164 | 231 | 333 | 57 | 36 | 0 | 16 | 332 | 73 | 102 |
| Binary | 1110100 | 10011001 | 11011011 | 101111 | 11110 | 0 | 1110 | 11011010 | 111011 | 1000010 |
Color Harmonies of #7499DB
Complementary color
Monochromatic Colors of #7499DB
Black with #7499DB
Text Example
Text Example
White with #7499DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7499DB; }
p { color: rgb(116,153,219); }
H1.HeaderClassName
{
color: #7499DB;
}
.AnyTagClassName
{
color: #7499DB;
}
</style>
background-color css
<style>
a { background-color: #7499DB; }
a { background-color: rgb(116,153,219); }
div.DivClassName
{
background-color: #7499DB;
}
.BgClassName
{
background-color: #7499DB;
}
</style>
border-color css
<style>
span { border-color: #7499DB; }
span { border-color: rgb(116,153,219); }
td.TdClassName
{
border-color: #7499DB;
}
.TagClassName
{
border-color: #7499DB;
}
</style>