Shades of Jordy Blue #7CB1DD
Tints of Jordy Blue #7CB1DD
RGB
CMYK
RGB Variations
Color information
#7CB1DD (or 0x7CB1DD) is known color: Jordy Blue. HEX triplet: 7C, B1 and DD. RGB value is (124,177,221). Sum of RGB (Red+Green+Blue) = 124+177+221=522 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.75% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CB1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB1DD is #834E22. Grayscale: #A5A5A5. Windows color (decimal): -8605219 or 14528892. OLE color: 14528892.
HSL color Cylindrical-coordinate representation of color #7CB1DD: hue angle of 207.22º 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 #7CB1DD is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 177 | 221 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.13 |
| HSL | 207.22º | 0.59% | 0.68% | - |
| HSV(B) | 207.22º | 0.44% | 0.87% | - |
| XYZ | 37.09 | 40.95 | 74.36 | - |
| YUV | 166.17 | 158.94 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 221 | 0.44 | 0.20 | 0 | 0.13 | 207.22 | 0.59 | 0.68 |
| Hex | 7C | B1 | DD | 2C | 14 | 0 | D | CF | 3B | 44 |
| Octal | 174 | 261 | 335 | 54 | 24 | 0 | 15 | 317 | 73 | 104 |
| Binary | 1111100 | 10110001 | 11011101 | 101100 | 10100 | 0 | 1101 | 11001111 | 111011 | 1000100 |
Color Harmonies of #7CB1DD
Complementary color
Monochromatic Colors of #7CB1DD
Black with #7CB1DD
Text Example
Text Example
White with #7CB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB1DD; }
p { color: rgb(124,177,221); }
H1.HeaderClassName
{
color: #7CB1DD;
}
.AnyTagClassName
{
color: #7CB1DD;
}
</style>
background-color css
<style>
a { background-color: #7CB1DD; }
a { background-color: rgb(124,177,221); }
div.DivClassName
{
background-color: #7CB1DD;
}
.BgClassName
{
background-color: #7CB1DD;
}
</style>
border-color css
<style>
span { border-color: #7CB1DD; }
span { border-color: rgb(124,177,221); }
td.TdClassName
{
border-color: #7CB1DD;
}
.TagClassName
{
border-color: #7CB1DD;
}
</style>