Shades of Jordy Blue #7DB1ED
Tints of Jordy Blue #7DB1ED
RGB
CMYK
RGB Variations
Color information
#7DB1ED (or 0x7DB1ED) is known color: Jordy Blue. HEX triplet: 7D, B1 and ED. RGB value is (125,177,237). Sum of RGB (Red+Green+Blue) = 125+177+237=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DB1ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DB1ED is #824E12. Grayscale: #A8A8A8. Windows color (decimal): -8539667 or 15577469. OLE color: 15577469.
HSL color Cylindrical-coordinate representation of color #7DB1ED: hue angle of 212.14º degrees, saturation: 0.76, 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 #7DB1ED is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 125 | 177 | 237 | - |
CMYK | 0.47 | 0.25 | 0 | 0.07 |
HSL | 212.14º | 0.76% | 0.71% | - |
HSV(B) | 212.14º | 0.47% | 0.93% | - |
XYZ | 39.47 | 41.92 | 86.13 | - |
YUV | 168.29 | 166.77 | 97.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 177 | 237 | 0.47 | 0.25 | 0 | 0.07 | 212.14 | 0.76 | 0.71 |
Hex | 7D | B1 | ED | 2F | 19 | 0 | 7 | D4 | 4C | 47 |
Octal | 175 | 261 | 355 | 57 | 31 | 0 | 7 | 324 | 114 | 107 |
Binary | 1111101 | 10110001 | 11101101 | 101111 | 11001 | 0 | 111 | 11010100 | 1001100 | 1000111 |
Color Harmonies of #7DB1ED
Complementary color
Monochromatic Colors of #7DB1ED
Black with #7DB1ED
Text Example
Text Example
White with #7DB1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB1ED; }
p { color: rgb(125,177,237); }
H1.HeaderClassName
{
color: #7DB1ED;
}
.AnyTagClassName
{
color: #7DB1ED;
}
</style>
background-color css
<style>
a { background-color: #7DB1ED; }
a { background-color: rgb(125,177,237); }
div.DivClassName
{
background-color: #7DB1ED;
}
.BgClassName
{
background-color: #7DB1ED;
}
</style>
border-color css
<style>
span { border-color: #7DB1ED; }
span { border-color: rgb(125,177,237); }
td.TdClassName
{
border-color: #7DB1ED;
}
.TagClassName
{
border-color: #7DB1ED;
}
</style>