Shades of Jordy Blue #7CB2DA
Tints of Jordy Blue #7CB2DA
RGB
CMYK
RGB Variations
Color information
#7CB2DA (or 0x7CB2DA) is known color: Jordy Blue. HEX triplet: 7C, B2 and DA. RGB value is (124,178,218). Sum of RGB (Red+Green+Blue) = 124+178+218=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #7CB2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB2DA is #834D25. Grayscale: #A6A6A6. Windows color (decimal): -8604966 or 14332540. OLE color: 14332540.
HSL color Cylindrical-coordinate representation of color #7CB2DA: hue angle of 205.53º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CB2DA is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 178 | 218 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.15 |
| HSL | 205.53º | 0.56% | 0.67% | - |
| HSV(B) | 205.53º | 0.43% | 0.85% | - |
| XYZ | 36.89 | 41.19 | 72.34 | - |
| YUV | 166.41 | 157.11 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 218 | 0.43 | 0.18 | 0 | 0.15 | 205.53 | 0.56 | 0.67 |
| Hex | 7C | B2 | DA | 2B | 12 | 0 | F | CE | 38 | 43 |
| Octal | 174 | 262 | 332 | 53 | 22 | 0 | 17 | 316 | 70 | 103 |
| Binary | 1111100 | 10110010 | 11011010 | 101011 | 10010 | 0 | 1111 | 11001110 | 111000 | 1000011 |
Color Harmonies of #7CB2DA
Complementary color
Monochromatic Colors of #7CB2DA
Black with #7CB2DA
Text Example
Text Example
White with #7CB2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB2DA; }
p { color: rgb(124,178,218); }
H1.HeaderClassName
{
color: #7CB2DA;
}
.AnyTagClassName
{
color: #7CB2DA;
}
</style>
background-color css
<style>
a { background-color: #7CB2DA; }
a { background-color: rgb(124,178,218); }
div.DivClassName
{
background-color: #7CB2DA;
}
.BgClassName
{
background-color: #7CB2DA;
}
</style>
border-color css
<style>
span { border-color: #7CB2DA; }
span { border-color: rgb(124,178,218); }
td.TdClassName
{
border-color: #7CB2DA;
}
.TagClassName
{
border-color: #7CB2DA;
}
</style>