Shades of Jordy Blue #7DB2EA
Tints of Jordy Blue #7DB2EA
RGB
CMYK
RGB Variations
Color information
#7DB2EA (or 0x7DB2EA) is known color: Jordy Blue. HEX triplet: 7D, B2 and EA. RGB value is (125,178,234). Sum of RGB (Red+Green+Blue) = 125+178+234=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #7DB2EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DB2EA is #824D15. Grayscale: #A8A8A8. Windows color (decimal): -8539414 or 15381117. OLE color: 15381117.
HSL color Cylindrical-coordinate representation of color #7DB2EA: hue angle of 210.83º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DB2EA is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 178 | 234 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.08 |
| HSL | 210.83º | 0.72% | 0.7% | - |
| HSV(B) | 210.83º | 0.47% | 0.92% | - |
| XYZ | 39.23 | 42.14 | 83.91 | - |
| YUV | 168.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 234 | 0.47 | 0.24 | 0 | 0.08 | 210.83 | 0.72 | 0.7 |
| Hex | 7D | B2 | EA | 2F | 18 | 0 | 8 | D3 | 48 | 46 |
| Octal | 175 | 262 | 352 | 57 | 30 | 0 | 10 | 323 | 110 | 106 |
| Binary | 1111101 | 10110010 | 11101010 | 101111 | 11000 | 0 | 1000 | 11010011 | 1001000 | 1000110 |
Color Harmonies of #7DB2EA
Complementary color
Monochromatic Colors of #7DB2EA
Black with #7DB2EA
Text Example
Text Example
White with #7DB2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB2EA; }
p { color: rgb(125,178,234); }
H1.HeaderClassName
{
color: #7DB2EA;
}
.AnyTagClassName
{
color: #7DB2EA;
}
</style>
background-color css
<style>
a { background-color: #7DB2EA; }
a { background-color: rgb(125,178,234); }
div.DivClassName
{
background-color: #7DB2EA;
}
.BgClassName
{
background-color: #7DB2EA;
}
</style>
border-color css
<style>
span { border-color: #7DB2EA; }
span { border-color: rgb(125,178,234); }
td.TdClassName
{
border-color: #7DB2EA;
}
.TagClassName
{
border-color: #7DB2EA;
}
</style>