Shades of Jordy Blue #749CDC
Tints of Jordy Blue #749CDC
RGB
CMYK
RGB Variations
Color information
#749CDC (or 0x749CDC) is known color: Jordy Blue. HEX triplet: 74, 9C and DC. RGB value is (116,156,220). Sum of RGB (Red+Green+Blue) = 116+156+220=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #749CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CDC is #8B6323. Grayscale: #979797. Windows color (decimal): -9134884 or 14457972. OLE color: 14457972.
HSL color Cylindrical-coordinate representation of color #749CDC: hue angle of 216.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #749CDC is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 156 | 220 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.14 |
| HSL | 216.92º | 0.6% | 0.66% | - |
| HSV(B) | 216.92º | 0.47% | 0.86% | - |
| XYZ | 32.01 | 32.66 | 72.33 | - |
| YUV | 151.34 | 166.75 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 220 | 0.47 | 0.29 | 0 | 0.14 | 216.92 | 0.6 | 0.66 |
| Hex | 74 | 9C | DC | 2F | 1D | 0 | E | D9 | 3C | 42 |
| Octal | 164 | 234 | 334 | 57 | 35 | 0 | 16 | 331 | 74 | 102 |
| Binary | 1110100 | 10011100 | 11011100 | 101111 | 11101 | 0 | 1110 | 11011001 | 111100 | 1000010 |
Color Harmonies of #749CDC
Complementary color
Monochromatic Colors of #749CDC
Black with #749CDC
Text Example
Text Example
White with #749CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749CDC; }
p { color: rgb(116,156,220); }
H1.HeaderClassName
{
color: #749CDC;
}
.AnyTagClassName
{
color: #749CDC;
}
</style>
background-color css
<style>
a { background-color: #749CDC; }
a { background-color: rgb(116,156,220); }
div.DivClassName
{
background-color: #749CDC;
}
.BgClassName
{
background-color: #749CDC;
}
</style>
border-color css
<style>
span { border-color: #749CDC; }
span { border-color: rgb(116,156,220); }
td.TdClassName
{
border-color: #749CDC;
}
.TagClassName
{
border-color: #749CDC;
}
</style>