Shades of Jordy Blue #7CADF3
Tints of Jordy Blue #7CADF3
RGB
CMYK
RGB Variations
Color information
#7CADF3 (or 0x7CADF3) is known color: Jordy Blue. HEX triplet: 7C, AD and F3. RGB value is (124,173,243). Sum of RGB (Red+Green+Blue) = 124+173+243=540 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.96% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #7CADF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CADF3 is #83520C. Grayscale: #A5A5A5. Windows color (decimal): -8606221 or 15969660. OLE color: 15969660.
HSL color Cylindrical-coordinate representation of color #7CADF3: hue angle of 215.29º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CADF3 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 173 | 243 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.05 |
| HSL | 215.29º | 0.83% | 0.72% | - |
| HSV(B) | 215.29º | 0.49% | 0.95% | - |
| XYZ | 39.43 | 40.64 | 90.56 | - |
| YUV | 166.33 | 171.27 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 173 | 243 | 0.49 | 0.29 | 0 | 0.05 | 215.29 | 0.83 | 0.72 |
| Hex | 7C | AD | F3 | 31 | 1D | 0 | 5 | D7 | 53 | 48 |
| Octal | 174 | 255 | 363 | 61 | 35 | 0 | 5 | 327 | 123 | 110 |
| Binary | 1111100 | 10101101 | 11110011 | 110001 | 11101 | 0 | 101 | 11010111 | 1010011 | 1001000 |
Color Harmonies of #7CADF3
Complementary color
Monochromatic Colors of #7CADF3
Black with #7CADF3
Text Example
Text Example
White with #7CADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CADF3; }
p { color: rgb(124,173,243); }
H1.HeaderClassName
{
color: #7CADF3;
}
.AnyTagClassName
{
color: #7CADF3;
}
</style>
background-color css
<style>
a { background-color: #7CADF3; }
a { background-color: rgb(124,173,243); }
div.DivClassName
{
background-color: #7CADF3;
}
.BgClassName
{
background-color: #7CADF3;
}
</style>
border-color css
<style>
span { border-color: #7CADF3; }
span { border-color: rgb(124,173,243); }
td.TdClassName
{
border-color: #7CADF3;
}
.TagClassName
{
border-color: #7CADF3;
}
</style>