Shades of Jordy Blue #7DA8DB
Tints of Jordy Blue #7DA8DB
RGB
CMYK
RGB Variations
Color information
#7DA8DB (or 0x7DA8DB) is known color: Jordy Blue. HEX triplet: 7D, A8 and DB. RGB value is (125,168,219). Sum of RGB (Red+Green+Blue) = 125+168+219=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DA8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA8DB is #825724. Grayscale: #A0A0A0. Windows color (decimal): -8541989 or 14395517. OLE color: 14395517.
HSL color Cylindrical-coordinate representation of color #7DA8DB: hue angle of 212.55º 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 #7DA8DB is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 168 | 219 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.14 |
| HSL | 212.55º | 0.57% | 0.67% | - |
| HSV(B) | 212.55º | 0.43% | 0.86% | - |
| XYZ | 35.25 | 37.48 | 72.39 | - |
| YUV | 160.96 | 160.75 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 168 | 219 | 0.43 | 0.23 | 0 | 0.14 | 212.55 | 0.57 | 0.67 |
| Hex | 7D | A8 | DB | 2B | 17 | 0 | E | D5 | 39 | 43 |
| Octal | 175 | 250 | 333 | 53 | 27 | 0 | 16 | 325 | 71 | 103 |
| Binary | 1111101 | 10101000 | 11011011 | 101011 | 10111 | 0 | 1110 | 11010101 | 111001 | 1000011 |
Color Harmonies of #7DA8DB
Complementary color
Monochromatic Colors of #7DA8DB
Black with #7DA8DB
Text Example
Text Example
White with #7DA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA8DB; }
p { color: rgb(125,168,219); }
H1.HeaderClassName
{
color: #7DA8DB;
}
.AnyTagClassName
{
color: #7DA8DB;
}
</style>
background-color css
<style>
a { background-color: #7DA8DB; }
a { background-color: rgb(125,168,219); }
div.DivClassName
{
background-color: #7DA8DB;
}
.BgClassName
{
background-color: #7DA8DB;
}
</style>
border-color css
<style>
span { border-color: #7DA8DB; }
span { border-color: rgb(125,168,219); }
td.TdClassName
{
border-color: #7DA8DB;
}
.TagClassName
{
border-color: #7DA8DB;
}
</style>