Shades of Jordy Blue #7CB2DF
Tints of Jordy Blue #7CB2DF
RGB
CMYK
RGB Variations
Color information
#7CB2DF (or 0x7CB2DF) is known color: Jordy Blue. HEX triplet: 7C, B2 and DF. RGB value is (124,178,223). Sum of RGB (Red+Green+Blue) = 124+178+223=525 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.62% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CB2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB2DF is #834D20. Grayscale: #A6A6A6. Windows color (decimal): -8604961 or 14660220. OLE color: 14660220.
HSL color Cylindrical-coordinate representation of color #7CB2DF: hue angle of 207.27º 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 #7CB2DF is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 178 | 223 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.13 |
| HSL | 207.27º | 0.61% | 0.68% | - |
| HSV(B) | 207.27º | 0.44% | 0.87% | - |
| XYZ | 37.55 | 41.45 | 75.83 | - |
| YUV | 166.98 | 159.61 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 223 | 0.44 | 0.20 | 0 | 0.13 | 207.27 | 0.61 | 0.68 |
| Hex | 7C | B2 | DF | 2C | 14 | 0 | D | CF | 3D | 44 |
| Octal | 174 | 262 | 337 | 54 | 24 | 0 | 15 | 317 | 75 | 104 |
| Binary | 1111100 | 10110010 | 11011111 | 101100 | 10100 | 0 | 1101 | 11001111 | 111101 | 1000100 |
Color Harmonies of #7CB2DF
Complementary color
Monochromatic Colors of #7CB2DF
Black with #7CB2DF
Text Example
Text Example
White with #7CB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB2DF; }
p { color: rgb(124,178,223); }
H1.HeaderClassName
{
color: #7CB2DF;
}
.AnyTagClassName
{
color: #7CB2DF;
}
</style>
background-color css
<style>
a { background-color: #7CB2DF; }
a { background-color: rgb(124,178,223); }
div.DivClassName
{
background-color: #7CB2DF;
}
.BgClassName
{
background-color: #7CB2DF;
}
</style>
border-color css
<style>
span { border-color: #7CB2DF; }
span { border-color: rgb(124,178,223); }
td.TdClassName
{
border-color: #7CB2DF;
}
.TagClassName
{
border-color: #7CB2DF;
}
</style>