Shades of Jordy Blue #7D9FEB
Tints of Jordy Blue #7D9FEB
RGB
CMYK
RGB Variations
Color information
#7D9FEB (or 0x7D9FEB) is known color: Jordy Blue. HEX triplet: 7D, 9F and EB. RGB value is (125,159,235). Sum of RGB (Red+Green+Blue) = 125+159+235=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D9FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9FEB is #826014. Grayscale: #9D9D9D. Windows color (decimal): -8544277 or 15441789. OLE color: 15441789.
HSL color Cylindrical-coordinate representation of color #7D9FEB: hue angle of 221.45º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D9FEB is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 159 | 235 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.08 |
| HSL | 221.45º | 0.73% | 0.71% | - |
| HSV(B) | 221.45º | 0.47% | 0.92% | - |
| XYZ | 35.85 | 35.15 | 83.49 | - |
| YUV | 157.5 | 171.74 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 159 | 235 | 0.47 | 0.32 | 0 | 0.08 | 221.45 | 0.73 | 0.71 |
| Hex | 7D | 9F | EB | 2F | 20 | 0 | 8 | DD | 49 | 47 |
| Octal | 175 | 237 | 353 | 57 | 40 | 0 | 10 | 335 | 111 | 107 |
| Binary | 1111101 | 10011111 | 11101011 | 101111 | 100000 | 0 | 1000 | 11011101 | 1001001 | 1000111 |
Color Harmonies of #7D9FEB
Complementary color
Monochromatic Colors of #7D9FEB
Black with #7D9FEB
Text Example
Text Example
White with #7D9FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9FEB; }
p { color: rgb(125,159,235); }
H1.HeaderClassName
{
color: #7D9FEB;
}
.AnyTagClassName
{
color: #7D9FEB;
}
</style>
background-color css
<style>
a { background-color: #7D9FEB; }
a { background-color: rgb(125,159,235); }
div.DivClassName
{
background-color: #7D9FEB;
}
.BgClassName
{
background-color: #7D9FEB;
}
</style>
border-color css
<style>
span { border-color: #7D9FEB; }
span { border-color: rgb(125,159,235); }
td.TdClassName
{
border-color: #7D9FEB;
}
.TagClassName
{
border-color: #7D9FEB;
}
</style>