Shades of Jordy Blue #7DA0E6
Tints of Jordy Blue #7DA0E6
RGB
CMYK
RGB Variations
Color information
#7DA0E6 (or 0x7DA0E6) is known color: Jordy Blue. HEX triplet: 7D, A0 and E6. RGB value is (125,160,230). Sum of RGB (Red+Green+Blue) = 125+160+230=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #7DA0E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA0E6 is #825F19. Grayscale: #9D9D9D. Windows color (decimal): -8544026 or 15114365. OLE color: 15114365.
HSL color Cylindrical-coordinate representation of color #7DA0E6: hue angle of 220º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DA0E6 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 160 | 230 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.10 |
| HSL | 220º | 0.68% | 0.7% | - |
| HSV(B) | 220º | 0.46% | 0.9% | - |
| XYZ | 35.31 | 35.21 | 79.8 | - |
| YUV | 157.52 | 168.9 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 160 | 230 | 0.46 | 0.30 | 0 | 0.10 | 220 | 0.68 | 0.7 |
| Hex | 7D | A0 | E6 | 2E | 1E | 0 | A | DC | 44 | 46 |
| Octal | 175 | 240 | 346 | 56 | 36 | 0 | 12 | 334 | 104 | 106 |
| Binary | 1111101 | 10100000 | 11100110 | 101110 | 11110 | 0 | 1010 | 11011100 | 1000100 | 1000110 |
Color Harmonies of #7DA0E6
Complementary color
Monochromatic Colors of #7DA0E6
Black with #7DA0E6
Text Example
Text Example
White with #7DA0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA0E6; }
p { color: rgb(125,160,230); }
H1.HeaderClassName
{
color: #7DA0E6;
}
.AnyTagClassName
{
color: #7DA0E6;
}
</style>
background-color css
<style>
a { background-color: #7DA0E6; }
a { background-color: rgb(125,160,230); }
div.DivClassName
{
background-color: #7DA0E6;
}
.BgClassName
{
background-color: #7DA0E6;
}
</style>
border-color css
<style>
span { border-color: #7DA0E6; }
span { border-color: rgb(125,160,230); }
td.TdClassName
{
border-color: #7DA0E6;
}
.TagClassName
{
border-color: #7DA0E6;
}
</style>