Shades of Jordy Blue #7CB2EF
Tints of Jordy Blue #7CB2EF
RGB
CMYK
RGB Variations
Color information
#7CB2EF (or 0x7CB2EF) is known color: Jordy Blue. HEX triplet: 7C, B2 and EF. RGB value is (124,178,239). Sum of RGB (Red+Green+Blue) = 124+178+239=541 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.92% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #7CB2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CB2EF is #834D10. Grayscale: #A8A8A8. Windows color (decimal): -8604945 or 15708796. OLE color: 15708796.
HSL color Cylindrical-coordinate representation of color #7CB2EF: hue angle of 211.83º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CB2EF is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 178 | 239 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.06 |
| HSL | 211.83º | 0.78% | 0.71% | - |
| HSV(B) | 211.83º | 0.48% | 0.94% | - |
| XYZ | 39.81 | 42.36 | 87.74 | - |
| YUV | 168.81 | 167.61 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 239 | 0.48 | 0.26 | 0 | 0.06 | 211.83 | 0.78 | 0.71 |
| Hex | 7C | B2 | EF | 30 | 1A | 0 | 6 | D4 | 4E | 47 |
| Octal | 174 | 262 | 357 | 60 | 32 | 0 | 6 | 324 | 116 | 107 |
| Binary | 1111100 | 10110010 | 11101111 | 110000 | 11010 | 0 | 110 | 11010100 | 1001110 | 1000111 |
Color Harmonies of #7CB2EF
Complementary color
Monochromatic Colors of #7CB2EF
Black with #7CB2EF
Text Example
Text Example
White with #7CB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB2EF; }
p { color: rgb(124,178,239); }
H1.HeaderClassName
{
color: #7CB2EF;
}
.AnyTagClassName
{
color: #7CB2EF;
}
</style>
background-color css
<style>
a { background-color: #7CB2EF; }
a { background-color: rgb(124,178,239); }
div.DivClassName
{
background-color: #7CB2EF;
}
.BgClassName
{
background-color: #7CB2EF;
}
</style>
border-color css
<style>
span { border-color: #7CB2EF; }
span { border-color: rgb(124,178,239); }
td.TdClassName
{
border-color: #7CB2EF;
}
.TagClassName
{
border-color: #7CB2EF;
}
</style>