Shades of Jordy Blue #7DAAFF
Tints of Jordy Blue #7DAAFF
RGB
CMYK
RGB Variations
Color information
#7DAAFF (or 0x7DAAFF) is known color: Jordy Blue. HEX triplet: 7D, AA and FF. RGB value is (125,170,255). Sum of RGB (Red+Green+Blue) = 125+170+255=550 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.73% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAAFF is #825500. Grayscale: #A5A5A5. Windows color (decimal): -8541441 or 16755325. OLE color: 16755325.
HSL color Cylindrical-coordinate representation of color #7DAAFF: hue angle of 219.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DAAFF is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 170 | 255 | - |
| CMYK | 0.51 | 0.33 | 0 | 0 |
| HSL | 219.23º | 1% | 0.75% | - |
| HSV(B) | 219.23º | 0.51% | 1% | - |
| XYZ | 40.88 | 40.33 | 100.24 | - |
| YUV | 166.24 | 178.09 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 255 | 0.51 | 0.33 | 0 | 0 | 219.23 | 1 | 0.75 |
| Hex | 7D | AA | FF | 33 | 21 | 0 | 0 | DB | 64 | 4B |
| Octal | 175 | 252 | 377 | 63 | 41 | 0 | 0 | 333 | 144 | 113 |
| Binary | 1111101 | 10101010 | 11111111 | 110011 | 100001 | 0 | 0 | 11011011 | 1100100 | 1001011 |
Color Harmonies of #7DAAFF
Complementary color
Monochromatic Colors of #7DAAFF
Black with #7DAAFF
Text Example
Text Example
White with #7DAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAAFF; }
p { color: rgb(125,170,255); }
H1.HeaderClassName
{
color: #7DAAFF;
}
.AnyTagClassName
{
color: #7DAAFF;
}
</style>
background-color css
<style>
a { background-color: #7DAAFF; }
a { background-color: rgb(125,170,255); }
div.DivClassName
{
background-color: #7DAAFF;
}
.BgClassName
{
background-color: #7DAAFF;
}
</style>
border-color css
<style>
span { border-color: #7DAAFF; }
span { border-color: rgb(125,170,255); }
td.TdClassName
{
border-color: #7DAAFF;
}
.TagClassName
{
border-color: #7DAAFF;
}
</style>