Shades of Jordy Blue #7DB1EF
Tints of Jordy Blue #7DB1EF
RGB
CMYK
RGB Variations
Color information
#7DB1EF (or 0x7DB1EF) is known color: Jordy Blue. HEX triplet: 7D, B1 and EF. RGB value is (125,177,239). Sum of RGB (Red+Green+Blue) = 125+177+239=541 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.11% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #7DB1EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DB1EF is #824E10. Grayscale: #A8A8A8. Windows color (decimal): -8539665 or 15708541. OLE color: 15708541.
HSL color Cylindrical-coordinate representation of color #7DB1EF: hue angle of 212.63º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DB1EF is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 177 | 239 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.06 |
| HSL | 212.63º | 0.78% | 0.71% | - |
| HSV(B) | 212.63º | 0.48% | 0.94% | - |
| XYZ | 39.76 | 42.04 | 87.68 | - |
| YUV | 168.52 | 167.77 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 239 | 0.48 | 0.26 | 0 | 0.06 | 212.63 | 0.78 | 0.71 |
| Hex | 7D | B1 | EF | 30 | 1A | 0 | 6 | D5 | 4E | 47 |
| Octal | 175 | 261 | 357 | 60 | 32 | 0 | 6 | 325 | 116 | 107 |
| Binary | 1111101 | 10110001 | 11101111 | 110000 | 11010 | 0 | 110 | 11010101 | 1001110 | 1000111 |
Color Harmonies of #7DB1EF
Complementary color
Monochromatic Colors of #7DB1EF
Black with #7DB1EF
Text Example
Text Example
White with #7DB1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB1EF; }
p { color: rgb(125,177,239); }
H1.HeaderClassName
{
color: #7DB1EF;
}
.AnyTagClassName
{
color: #7DB1EF;
}
</style>
background-color css
<style>
a { background-color: #7DB1EF; }
a { background-color: rgb(125,177,239); }
div.DivClassName
{
background-color: #7DB1EF;
}
.BgClassName
{
background-color: #7DB1EF;
}
</style>
border-color css
<style>
span { border-color: #7DB1EF; }
span { border-color: rgb(125,177,239); }
td.TdClassName
{
border-color: #7DB1EF;
}
.TagClassName
{
border-color: #7DB1EF;
}
</style>