Shades of Jordy Blue #749CCD
Tints of Jordy Blue #749CCD
RGB
CMYK
RGB Variations
Color information
#749CCD (or 0x749CCD) is known color: Jordy Blue. HEX triplet: 74, 9C and CD. RGB value is (116,156,205). Sum of RGB (Red+Green+Blue) = 116+156+205=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #749CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CCD is #8B6332. Grayscale: #959595. Windows color (decimal): -9134899 or 13474932. OLE color: 13474932.
HSL color Cylindrical-coordinate representation of color #749CCD: hue angle of 213.03º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #749CCD is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 156 | 205 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.20 |
| HSL | 213.03º | 0.47% | 0.63% | - |
| HSV(B) | 213.03º | 0.43% | 0.8% | - |
| XYZ | 30.11 | 31.9 | 62.33 | - |
| YUV | 149.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 205 | 0.43 | 0.24 | 0 | 0.20 | 213.03 | 0.47 | 0.63 |
| Hex | 74 | 9C | CD | 2B | 18 | 0 | 14 | D5 | 2F | 3F |
| Octal | 164 | 234 | 315 | 53 | 30 | 0 | 24 | 325 | 57 | 77 |
| Binary | 1110100 | 10011100 | 11001101 | 101011 | 11000 | 0 | 10100 | 11010101 | 101111 | 111111 |
Color Harmonies of #749CCD
Complementary color
Monochromatic Colors of #749CCD
Black with #749CCD
Text Example
Text Example
White with #749CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749CCD; }
p { color: rgb(116,156,205); }
H1.HeaderClassName
{
color: #749CCD;
}
.AnyTagClassName
{
color: #749CCD;
}
</style>
background-color css
<style>
a { background-color: #749CCD; }
a { background-color: rgb(116,156,205); }
div.DivClassName
{
background-color: #749CCD;
}
.BgClassName
{
background-color: #749CCD;
}
</style>
border-color css
<style>
span { border-color: #749CCD; }
span { border-color: rgb(116,156,205); }
td.TdClassName
{
border-color: #749CCD;
}
.TagClassName
{
border-color: #749CCD;
}
</style>