Shades of Jordy Blue #7DA6EC
Tints of Jordy Blue #7DA6EC
RGB
CMYK
RGB Variations
Color information
#7DA6EC (or 0x7DA6EC) is known color: Jordy Blue. HEX triplet: 7D, A6 and EC. RGB value is (125,166,236). Sum of RGB (Red+Green+Blue) = 125+166+236=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DA6EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA6EC is #825913. Grayscale: #A1A1A1. Windows color (decimal): -8542484 or 15509117. OLE color: 15509117.
HSL color Cylindrical-coordinate representation of color #7DA6EC: hue angle of 217.84º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DA6EC is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 166 | 236 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.07 |
| HSL | 217.84º | 0.74% | 0.71% | - |
| HSV(B) | 217.84º | 0.47% | 0.93% | - |
| XYZ | 37.23 | 37.69 | 84.67 | - |
| YUV | 161.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 236 | 0.47 | 0.30 | 0 | 0.07 | 217.84 | 0.74 | 0.71 |
| Hex | 7D | A6 | EC | 2F | 1E | 0 | 7 | DA | 4A | 47 |
| Octal | 175 | 246 | 354 | 57 | 36 | 0 | 7 | 332 | 112 | 107 |
| Binary | 1111101 | 10100110 | 11101100 | 101111 | 11110 | 0 | 111 | 11011010 | 1001010 | 1000111 |
Color Harmonies of #7DA6EC
Complementary color
Monochromatic Colors of #7DA6EC
Black with #7DA6EC
Text Example
Text Example
White with #7DA6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA6EC; }
p { color: rgb(125,166,236); }
H1.HeaderClassName
{
color: #7DA6EC;
}
.AnyTagClassName
{
color: #7DA6EC;
}
</style>
background-color css
<style>
a { background-color: #7DA6EC; }
a { background-color: rgb(125,166,236); }
div.DivClassName
{
background-color: #7DA6EC;
}
.BgClassName
{
background-color: #7DA6EC;
}
</style>
border-color css
<style>
span { border-color: #7DA6EC; }
span { border-color: rgb(125,166,236); }
td.TdClassName
{
border-color: #7DA6EC;
}
.TagClassName
{
border-color: #7DA6EC;
}
</style>