Shades of Jordy Blue #7CA4FD
Tints of Jordy Blue #7CA4FD
RGB
CMYK
RGB Variations
Color information
#7CA4FD (or 0x7CA4FD) is known color: Jordy Blue. HEX triplet: 7C, A4 and FD. RGB value is (124,164,253). Sum of RGB (Red+Green+Blue) = 124+164+253=541 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.92% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CA4FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA4FD is #835B02. Grayscale: #A1A1A1. Windows color (decimal): -8608515 or 16622716. OLE color: 16622716.
HSL color Cylindrical-coordinate representation of color #7CA4FD: hue angle of 221.4º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CA4FD is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 164 | 253 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.01 |
| HSL | 221.4º | 0.97% | 0.74% | - |
| HSV(B) | 221.4º | 0.51% | 0.99% | - |
| XYZ | 39.32 | 37.93 | 98.18 | - |
| YUV | 162.19 | 179.25 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 164 | 253 | 0.51 | 0.35 | 0 | 0.01 | 221.4 | 0.97 | 0.74 |
| Hex | 7C | A4 | FD | 33 | 23 | 0 | 1 | DD | 61 | 4A |
| Octal | 174 | 244 | 375 | 63 | 43 | 0 | 1 | 335 | 141 | 112 |
| Binary | 1111100 | 10100100 | 11111101 | 110011 | 100011 | 0 | 1 | 11011101 | 1100001 | 1001010 |
Color Harmonies of #7CA4FD
Complementary color
Monochromatic Colors of #7CA4FD
Black with #7CA4FD
Text Example
Text Example
White with #7CA4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA4FD; }
p { color: rgb(124,164,253); }
H1.HeaderClassName
{
color: #7CA4FD;
}
.AnyTagClassName
{
color: #7CA4FD;
}
</style>
background-color css
<style>
a { background-color: #7CA4FD; }
a { background-color: rgb(124,164,253); }
div.DivClassName
{
background-color: #7CA4FD;
}
.BgClassName
{
background-color: #7CA4FD;
}
</style>
border-color css
<style>
span { border-color: #7CA4FD; }
span { border-color: rgb(124,164,253); }
td.TdClassName
{
border-color: #7CA4FD;
}
.TagClassName
{
border-color: #7CA4FD;
}
</style>