Shades of Jordy Blue #7CA2DF
Tints of Jordy Blue #7CA2DF
RGB
CMYK
RGB Variations
Color information
#7CA2DF (or 0x7CA2DF) is known color: Jordy Blue. HEX triplet: 7C, A2 and DF. RGB value is (124,162,223). Sum of RGB (Red+Green+Blue) = 124+162+223=509 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.36% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CA2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA2DF is #835D20. Grayscale: #9D9D9D. Windows color (decimal): -8609057 or 14656124. OLE color: 14656124.
HSL color Cylindrical-coordinate representation of color #7CA2DF: hue angle of 216.97º degrees, saturation: 0.61, 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 #7CA2DF is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 162 | 223 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.13 |
| HSL | 216.97º | 0.61% | 0.68% | - |
| HSV(B) | 216.97º | 0.44% | 0.87% | - |
| XYZ | 34.55 | 35.45 | 74.83 | - |
| YUV | 157.59 | 164.91 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 223 | 0.44 | 0.27 | 0 | 0.13 | 216.97 | 0.61 | 0.68 |
| Hex | 7C | A2 | DF | 2C | 1B | 0 | D | D9 | 3D | 44 |
| Octal | 174 | 242 | 337 | 54 | 33 | 0 | 15 | 331 | 75 | 104 |
| Binary | 1111100 | 10100010 | 11011111 | 101100 | 11011 | 0 | 1101 | 11011001 | 111101 | 1000100 |
Color Harmonies of #7CA2DF
Complementary color
Monochromatic Colors of #7CA2DF
Black with #7CA2DF
Text Example
Text Example
White with #7CA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA2DF; }
p { color: rgb(124,162,223); }
H1.HeaderClassName
{
color: #7CA2DF;
}
.AnyTagClassName
{
color: #7CA2DF;
}
</style>
background-color css
<style>
a { background-color: #7CA2DF; }
a { background-color: rgb(124,162,223); }
div.DivClassName
{
background-color: #7CA2DF;
}
.BgClassName
{
background-color: #7CA2DF;
}
</style>
border-color css
<style>
span { border-color: #7CA2DF; }
span { border-color: rgb(124,162,223); }
td.TdClassName
{
border-color: #7CA2DF;
}
.TagClassName
{
border-color: #7CA2DF;
}
</style>