Shades of Jordy Blue #7DA4DB
Tints of Jordy Blue #7DA4DB
RGB
CMYK
RGB Variations
Color information
#7DA4DB (or 0x7DA4DB) is known color: Jordy Blue. HEX triplet: 7D, A4 and DB. RGB value is (125,164,219). Sum of RGB (Red+Green+Blue) = 125+164+219=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DA4DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA4DB is #825B24. Grayscale: #9E9E9E. Windows color (decimal): -8543013 or 14394493. OLE color: 14394493.
HSL color Cylindrical-coordinate representation of color #7DA4DB: hue angle of 215.11º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DA4DB is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 164 | 219 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.14 |
| HSL | 215.11º | 0.57% | 0.67% | - |
| HSV(B) | 215.11º | 0.43% | 0.86% | - |
| XYZ | 34.52 | 36.03 | 72.15 | - |
| YUV | 158.61 | 162.08 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 164 | 219 | 0.43 | 0.25 | 0 | 0.14 | 215.11 | 0.57 | 0.67 |
| Hex | 7D | A4 | DB | 2B | 19 | 0 | E | D7 | 39 | 43 |
| Octal | 175 | 244 | 333 | 53 | 31 | 0 | 16 | 327 | 71 | 103 |
| Binary | 1111101 | 10100100 | 11011011 | 101011 | 11001 | 0 | 1110 | 11010111 | 111001 | 1000011 |
Color Harmonies of #7DA4DB
Complementary color
Monochromatic Colors of #7DA4DB
Black with #7DA4DB
Text Example
Text Example
White with #7DA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA4DB; }
p { color: rgb(125,164,219); }
H1.HeaderClassName
{
color: #7DA4DB;
}
.AnyTagClassName
{
color: #7DA4DB;
}
</style>
background-color css
<style>
a { background-color: #7DA4DB; }
a { background-color: rgb(125,164,219); }
div.DivClassName
{
background-color: #7DA4DB;
}
.BgClassName
{
background-color: #7DA4DB;
}
</style>
border-color css
<style>
span { border-color: #7DA4DB; }
span { border-color: rgb(125,164,219); }
td.TdClassName
{
border-color: #7DA4DB;
}
.TagClassName
{
border-color: #7DA4DB;
}
</style>