Shades of Jordy Blue #7DB2E0
Tints of Jordy Blue #7DB2E0
RGB
CMYK
RGB Variations
Color information
#7DB2E0 (or 0x7DB2E0) is known color: Jordy Blue. HEX triplet: 7D, B2 and E0. RGB value is (125,178,224). Sum of RGB (Red+Green+Blue) = 125+178+224=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #7DB2E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB2E0 is #824D1F. Grayscale: #A7A7A7. Windows color (decimal): -8539424 or 14725757. OLE color: 14725757.
HSL color Cylindrical-coordinate representation of color #7DB2E0: hue angle of 207.88º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DB2E0 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 178 | 224 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.12 |
| HSL | 207.88º | 0.61% | 0.68% | - |
| HSV(B) | 207.88º | 0.44% | 0.88% | - |
| XYZ | 37.83 | 41.58 | 76.55 | - |
| YUV | 167.4 | 159.94 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 224 | 0.44 | 0.21 | 0 | 0.12 | 207.88 | 0.61 | 0.68 |
| Hex | 7D | B2 | E0 | 2C | 15 | 0 | C | D0 | 3D | 44 |
| Octal | 175 | 262 | 340 | 54 | 25 | 0 | 14 | 320 | 75 | 104 |
| Binary | 1111101 | 10110010 | 11100000 | 101100 | 10101 | 0 | 1100 | 11010000 | 111101 | 1000100 |
Color Harmonies of #7DB2E0
Complementary color
Monochromatic Colors of #7DB2E0
Black with #7DB2E0
Text Example
Text Example
White with #7DB2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB2E0; }
p { color: rgb(125,178,224); }
H1.HeaderClassName
{
color: #7DB2E0;
}
.AnyTagClassName
{
color: #7DB2E0;
}
</style>
background-color css
<style>
a { background-color: #7DB2E0; }
a { background-color: rgb(125,178,224); }
div.DivClassName
{
background-color: #7DB2E0;
}
.BgClassName
{
background-color: #7DB2E0;
}
</style>
border-color css
<style>
span { border-color: #7DB2E0; }
span { border-color: rgb(125,178,224); }
td.TdClassName
{
border-color: #7DB2E0;
}
.TagClassName
{
border-color: #7DB2E0;
}
</style>