Shades of Jordy Blue #7CAFDD
Tints of Jordy Blue #7CAFDD
RGB
CMYK
RGB Variations
Color information
#7CAFDD (or 0x7CAFDD) is known color: Jordy Blue. HEX triplet: 7C, AF and DD. RGB value is (124,175,221). Sum of RGB (Red+Green+Blue) = 124+175+221=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAFDD is #835022. Grayscale: #A4A4A4. Windows color (decimal): -8605731 or 14528380. OLE color: 14528380.
HSL color Cylindrical-coordinate representation of color #7CAFDD: hue angle of 208.45º 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 #7CAFDD is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 175 | 221 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.13 |
| HSL | 208.45º | 0.59% | 0.68% | - |
| HSV(B) | 208.45º | 0.44% | 0.87% | - |
| XYZ | 36.69 | 40.17 | 74.23 | - |
| YUV | 165 | 159.6 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 221 | 0.44 | 0.21 | 0 | 0.13 | 208.45 | 0.59 | 0.68 |
| Hex | 7C | AF | DD | 2C | 15 | 0 | D | D0 | 3B | 44 |
| Octal | 174 | 257 | 335 | 54 | 25 | 0 | 15 | 320 | 73 | 104 |
| Binary | 1111100 | 10101111 | 11011101 | 101100 | 10101 | 0 | 1101 | 11010000 | 111011 | 1000100 |
Color Harmonies of #7CAFDD
Complementary color
Monochromatic Colors of #7CAFDD
Black with #7CAFDD
Text Example
Text Example
White with #7CAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAFDD; }
p { color: rgb(124,175,221); }
H1.HeaderClassName
{
color: #7CAFDD;
}
.AnyTagClassName
{
color: #7CAFDD;
}
</style>
background-color css
<style>
a { background-color: #7CAFDD; }
a { background-color: rgb(124,175,221); }
div.DivClassName
{
background-color: #7CAFDD;
}
.BgClassName
{
background-color: #7CAFDD;
}
</style>
border-color css
<style>
span { border-color: #7CAFDD; }
span { border-color: rgb(124,175,221); }
td.TdClassName
{
border-color: #7CAFDD;
}
.TagClassName
{
border-color: #7CAFDD;
}
</style>