Shades of Jordy Blue #7CA5DB
Tints of Jordy Blue #7CA5DB
RGB
CMYK
RGB Variations
Color information
#7CA5DB (or 0x7CA5DB) is known color: Jordy Blue. HEX triplet: 7C, A5 and DB. RGB value is (124,165,219). Sum of RGB (Red+Green+Blue) = 124+165+219=508 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.41% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #7CA5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA5DB is #835A24. Grayscale: #9E9E9E. Windows color (decimal): -8608293 or 14394748. OLE color: 14394748.
HSL color Cylindrical-coordinate representation of color #7CA5DB: hue angle of 214.11º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CA5DB is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 165 | 219 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.14 |
| HSL | 214.11º | 0.57% | 0.67% | - |
| HSV(B) | 214.11º | 0.43% | 0.86% | - |
| XYZ | 34.55 | 36.31 | 72.21 | - |
| YUV | 158.9 | 161.92 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 165 | 219 | 0.43 | 0.25 | 0 | 0.14 | 214.11 | 0.57 | 0.67 |
| Hex | 7C | A5 | DB | 2B | 19 | 0 | E | D6 | 39 | 43 |
| Octal | 174 | 245 | 333 | 53 | 31 | 0 | 16 | 326 | 71 | 103 |
| Binary | 1111100 | 10100101 | 11011011 | 101011 | 11001 | 0 | 1110 | 11010110 | 111001 | 1000011 |
Color Harmonies of #7CA5DB
Complementary color
Monochromatic Colors of #7CA5DB
Black with #7CA5DB
Text Example
Text Example
White with #7CA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA5DB; }
p { color: rgb(124,165,219); }
H1.HeaderClassName
{
color: #7CA5DB;
}
.AnyTagClassName
{
color: #7CA5DB;
}
</style>
background-color css
<style>
a { background-color: #7CA5DB; }
a { background-color: rgb(124,165,219); }
div.DivClassName
{
background-color: #7CA5DB;
}
.BgClassName
{
background-color: #7CA5DB;
}
</style>
border-color css
<style>
span { border-color: #7CA5DB; }
span { border-color: rgb(124,165,219); }
td.TdClassName
{
border-color: #7CA5DB;
}
.TagClassName
{
border-color: #7CA5DB;
}
</style>