Shades of Jordy Blue #7CB0DD
Tints of Jordy Blue #7CB0DD
RGB
CMYK
RGB Variations
Color information
#7CB0DD (or 0x7CB0DD) is known color: Jordy Blue. HEX triplet: 7C, B0 and DD. RGB value is (124,176,221). Sum of RGB (Red+Green+Blue) = 124+176+221=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CB0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB0DD is #834F22. Grayscale: #A5A5A5. Windows color (decimal): -8605475 or 14528636. OLE color: 14528636.
HSL color Cylindrical-coordinate representation of color #7CB0DD: hue angle of 207.84º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CB0DD is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 176 | 221 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.13 |
| HSL | 207.84º | 0.59% | 0.68% | - |
| HSV(B) | 207.84º | 0.44% | 0.87% | - |
| XYZ | 36.89 | 40.56 | 74.29 | - |
| YUV | 165.58 | 159.27 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 221 | 0.44 | 0.20 | 0 | 0.13 | 207.84 | 0.59 | 0.68 |
| Hex | 7C | B0 | DD | 2C | 14 | 0 | D | D0 | 3B | 44 |
| Octal | 174 | 260 | 335 | 54 | 24 | 0 | 15 | 320 | 73 | 104 |
| Binary | 1111100 | 10110000 | 11011101 | 101100 | 10100 | 0 | 1101 | 11010000 | 111011 | 1000100 |
Color Harmonies of #7CB0DD
Complementary color
Monochromatic Colors of #7CB0DD
Black with #7CB0DD
Text Example
Text Example
White with #7CB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB0DD; }
p { color: rgb(124,176,221); }
H1.HeaderClassName
{
color: #7CB0DD;
}
.AnyTagClassName
{
color: #7CB0DD;
}
</style>
background-color css
<style>
a { background-color: #7CB0DD; }
a { background-color: rgb(124,176,221); }
div.DivClassName
{
background-color: #7CB0DD;
}
.BgClassName
{
background-color: #7CB0DD;
}
</style>
border-color css
<style>
span { border-color: #7CB0DD; }
span { border-color: rgb(124,176,221); }
td.TdClassName
{
border-color: #7CB0DD;
}
.TagClassName
{
border-color: #7CB0DD;
}
</style>