Shades of Jordy Blue #7DB1EE
Tints of Jordy Blue #7DB1EE
RGB
CMYK
RGB Variations
Color information
#7DB1EE (or 0x7DB1EE) is known color: Jordy Blue. HEX triplet: 7D, B1 and EE. RGB value is (125,177,238). Sum of RGB (Red+Green+Blue) = 125+177+238=540 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.15% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DB1EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DB1EE is #824E11. Grayscale: #A8A8A8. Windows color (decimal): -8539666 or 15643005. OLE color: 15643005.
HSL color Cylindrical-coordinate representation of color #7DB1EE: hue angle of 212.39º degrees, saturation: 0.77, 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 #7DB1EE is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 177 | 238 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.07 |
| HSL | 212.39º | 0.77% | 0.71% | - |
| HSV(B) | 212.39º | 0.47% | 0.93% | - |
| XYZ | 39.61 | 41.98 | 86.9 | - |
| YUV | 168.41 | 167.27 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 238 | 0.47 | 0.26 | 0 | 0.07 | 212.39 | 0.77 | 0.71 |
| Hex | 7D | B1 | EE | 2F | 1A | 0 | 7 | D4 | 4D | 47 |
| Octal | 175 | 261 | 356 | 57 | 32 | 0 | 7 | 324 | 115 | 107 |
| Binary | 1111101 | 10110001 | 11101110 | 101111 | 11010 | 0 | 111 | 11010100 | 1001101 | 1000111 |
Color Harmonies of #7DB1EE
Complementary color
Monochromatic Colors of #7DB1EE
Black with #7DB1EE
Text Example
Text Example
White with #7DB1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB1EE; }
p { color: rgb(125,177,238); }
H1.HeaderClassName
{
color: #7DB1EE;
}
.AnyTagClassName
{
color: #7DB1EE;
}
</style>
background-color css
<style>
a { background-color: #7DB1EE; }
a { background-color: rgb(125,177,238); }
div.DivClassName
{
background-color: #7DB1EE;
}
.BgClassName
{
background-color: #7DB1EE;
}
</style>
border-color css
<style>
span { border-color: #7DB1EE; }
span { border-color: rgb(125,177,238); }
td.TdClassName
{
border-color: #7DB1EE;
}
.TagClassName
{
border-color: #7DB1EE;
}
</style>