Shades of Jordy Blue #7CA8FD
Tints of Jordy Blue #7CA8FD
RGB
CMYK
RGB Variations
Color information
#7CA8FD (or 0x7CA8FD) is known color: Jordy Blue. HEX triplet: 7C, A8 and FD. RGB value is (124,168,253). Sum of RGB (Red+Green+Blue) = 124+168+253=545 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.75% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CA8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA8FD is #835702. Grayscale: #A4A4A4. Windows color (decimal): -8607491 or 16623740. OLE color: 16623740.
HSL color Cylindrical-coordinate representation of color #7CA8FD: hue angle of 219.53º 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 #7CA8FD is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 168 | 253 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.01 |
| HSL | 219.53º | 0.97% | 0.74% | - |
| HSV(B) | 219.53º | 0.51% | 0.99% | - |
| XYZ | 40.04 | 39.38 | 98.42 | - |
| YUV | 164.53 | 177.92 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 168 | 253 | 0.51 | 0.34 | 0 | 0.01 | 219.53 | 0.97 | 0.74 |
| Hex | 7C | A8 | FD | 33 | 22 | 0 | 1 | DC | 61 | 4A |
| Octal | 174 | 250 | 375 | 63 | 42 | 0 | 1 | 334 | 141 | 112 |
| Binary | 1111100 | 10101000 | 11111101 | 110011 | 100010 | 0 | 1 | 11011100 | 1100001 | 1001010 |
Color Harmonies of #7CA8FD
Complementary color
Monochromatic Colors of #7CA8FD
Black with #7CA8FD
Text Example
Text Example
White with #7CA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA8FD; }
p { color: rgb(124,168,253); }
H1.HeaderClassName
{
color: #7CA8FD;
}
.AnyTagClassName
{
color: #7CA8FD;
}
</style>
background-color css
<style>
a { background-color: #7CA8FD; }
a { background-color: rgb(124,168,253); }
div.DivClassName
{
background-color: #7CA8FD;
}
.BgClassName
{
background-color: #7CA8FD;
}
</style>
border-color css
<style>
span { border-color: #7CA8FD; }
span { border-color: rgb(124,168,253); }
td.TdClassName
{
border-color: #7CA8FD;
}
.TagClassName
{
border-color: #7CA8FD;
}
</style>