Shades of Jordy Blue #7DB0F4
Tints of Jordy Blue #7DB0F4
RGB
CMYK
RGB Variations
Color information
#7DB0F4 (or 0x7DB0F4) is known color: Jordy Blue. HEX triplet: 7D, B0 and F4. RGB value is (125,176,244). Sum of RGB (Red+Green+Blue) = 125+176+244=545 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.94% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #7DB0F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DB0F4 is #824F0B. Grayscale: #A8A8A8. Windows color (decimal): -8539916 or 16035965. OLE color: 16035965.
HSL color Cylindrical-coordinate representation of color #7DB0F4: hue angle of 214.29º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DB0F4 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 176 | 244 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.04 |
| HSL | 214.29º | 0.84% | 0.72% | - |
| HSV(B) | 214.29º | 0.49% | 0.96% | - |
| XYZ | 40.31 | 41.94 | 91.56 | - |
| YUV | 168.5 | 170.6 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 244 | 0.49 | 0.28 | 0 | 0.04 | 214.29 | 0.84 | 0.72 |
| Hex | 7D | B0 | F4 | 31 | 1C | 0 | 4 | D6 | 54 | 48 |
| Octal | 175 | 260 | 364 | 61 | 34 | 0 | 4 | 326 | 124 | 110 |
| Binary | 1111101 | 10110000 | 11110100 | 110001 | 11100 | 0 | 100 | 11010110 | 1010100 | 1001000 |
Color Harmonies of #7DB0F4
Complementary color
Monochromatic Colors of #7DB0F4
Black with #7DB0F4
Text Example
Text Example
White with #7DB0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB0F4; }
p { color: rgb(125,176,244); }
H1.HeaderClassName
{
color: #7DB0F4;
}
.AnyTagClassName
{
color: #7DB0F4;
}
</style>
background-color css
<style>
a { background-color: #7DB0F4; }
a { background-color: rgb(125,176,244); }
div.DivClassName
{
background-color: #7DB0F4;
}
.BgClassName
{
background-color: #7DB0F4;
}
</style>
border-color css
<style>
span { border-color: #7DB0F4; }
span { border-color: rgb(125,176,244); }
td.TdClassName
{
border-color: #7DB0F4;
}
.TagClassName
{
border-color: #7DB0F4;
}
</style>