Shades of Jordy Blue #7299DB
Tints of Jordy Blue #7299DB
RGB
CMYK
RGB Variations
Color information
#7299DB (or 0x7299DB) is known color: Jordy Blue. HEX triplet: 72, 99 and DB. RGB value is (114,153,219). Sum of RGB (Red+Green+Blue) = 114+153+219=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #7299DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7299DB is #8D6624. Grayscale: #949494. Windows color (decimal): -9266725 or 14391666. OLE color: 14391666.
HSL color Cylindrical-coordinate representation of color #7299DB: hue angle of 217.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7299DB is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 153 | 219 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.14 |
| HSL | 217.71º | 0.59% | 0.65% | - |
| HSV(B) | 217.71º | 0.48% | 0.86% | - |
| XYZ | 31.12 | 31.47 | 71.45 | - |
| YUV | 148.86 | 167.58 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 219 | 0.48 | 0.30 | 0 | 0.14 | 217.71 | 0.59 | 0.65 |
| Hex | 72 | 99 | DB | 30 | 1E | 0 | E | DA | 3B | 41 |
| Octal | 162 | 231 | 333 | 60 | 36 | 0 | 16 | 332 | 73 | 101 |
| Binary | 1110010 | 10011001 | 11011011 | 110000 | 11110 | 0 | 1110 | 11011010 | 111011 | 1000001 |
Color Harmonies of #7299DB
Complementary color
Monochromatic Colors of #7299DB
Black with #7299DB
Text Example
Text Example
White with #7299DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7299DB; }
p { color: rgb(114,153,219); }
H1.HeaderClassName
{
color: #7299DB;
}
.AnyTagClassName
{
color: #7299DB;
}
</style>
background-color css
<style>
a { background-color: #7299DB; }
a { background-color: rgb(114,153,219); }
div.DivClassName
{
background-color: #7299DB;
}
.BgClassName
{
background-color: #7299DB;
}
</style>
border-color css
<style>
span { border-color: #7299DB; }
span { border-color: rgb(114,153,219); }
td.TdClassName
{
border-color: #7299DB;
}
.TagClassName
{
border-color: #7299DB;
}
</style>