Shades of Jordy Blue #7DA8DC
Tints of Jordy Blue #7DA8DC
RGB
CMYK
RGB Variations
Color information
#7DA8DC (or 0x7DA8DC) is known color: Jordy Blue. HEX triplet: 7D, A8 and DC. RGB value is (125,168,220). Sum of RGB (Red+Green+Blue) = 125+168+220=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DA8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA8DC is #825723. Grayscale: #A0A0A0. Windows color (decimal): -8541988 or 14461053. OLE color: 14461053.
HSL color Cylindrical-coordinate representation of color #7DA8DC: hue angle of 212.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DA8DC is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 168 | 220 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.14 |
| HSL | 212.84º | 0.58% | 0.68% | - |
| HSV(B) | 212.84º | 0.43% | 0.86% | - |
| XYZ | 35.38 | 37.53 | 73.09 | - |
| YUV | 161.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 168 | 220 | 0.43 | 0.24 | 0 | 0.14 | 212.84 | 0.58 | 0.68 |
| Hex | 7D | A8 | DC | 2B | 18 | 0 | E | D5 | 3A | 44 |
| Octal | 175 | 250 | 334 | 53 | 30 | 0 | 16 | 325 | 72 | 104 |
| Binary | 1111101 | 10101000 | 11011100 | 101011 | 11000 | 0 | 1110 | 11010101 | 111010 | 1000100 |
Color Harmonies of #7DA8DC
Complementary color
Monochromatic Colors of #7DA8DC
Black with #7DA8DC
Text Example
Text Example
White with #7DA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA8DC; }
p { color: rgb(125,168,220); }
H1.HeaderClassName
{
color: #7DA8DC;
}
.AnyTagClassName
{
color: #7DA8DC;
}
</style>
background-color css
<style>
a { background-color: #7DA8DC; }
a { background-color: rgb(125,168,220); }
div.DivClassName
{
background-color: #7DA8DC;
}
.BgClassName
{
background-color: #7DA8DC;
}
</style>
border-color css
<style>
span { border-color: #7DA8DC; }
span { border-color: rgb(125,168,220); }
td.TdClassName
{
border-color: #7DA8DC;
}
.TagClassName
{
border-color: #7DA8DC;
}
</style>