Shades of Jordy Blue #749DCE
Tints of Jordy Blue #749DCE
RGB
CMYK
RGB Variations
Color information
#749DCE (or 0x749DCE) is known color: Jordy Blue. HEX triplet: 74, 9D and CE. RGB value is (116,157,206). Sum of RGB (Red+Green+Blue) = 116+157+206=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #749DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DCE is #8B6231. Grayscale: #969696. Windows color (decimal): -9134642 or 13540724. OLE color: 13540724.
HSL color Cylindrical-coordinate representation of color #749DCE: hue angle of 212.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #749DCE is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 157 | 206 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.19 |
| HSL | 212.67º | 0.48% | 0.63% | - |
| HSV(B) | 212.67º | 0.44% | 0.81% | - |
| XYZ | 30.4 | 32.28 | 63.02 | - |
| YUV | 150.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 206 | 0.44 | 0.24 | 0 | 0.19 | 212.67 | 0.48 | 0.63 |
| Hex | 74 | 9D | CE | 2C | 18 | 0 | 13 | D5 | 30 | 3F |
| Octal | 164 | 235 | 316 | 54 | 30 | 0 | 23 | 325 | 60 | 77 |
| Binary | 1110100 | 10011101 | 11001110 | 101100 | 11000 | 0 | 10011 | 11010101 | 110000 | 111111 |
Color Harmonies of #749DCE
Complementary color
Monochromatic Colors of #749DCE
Black with #749DCE
Text Example
Text Example
White with #749DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749DCE; }
p { color: rgb(116,157,206); }
H1.HeaderClassName
{
color: #749DCE;
}
.AnyTagClassName
{
color: #749DCE;
}
</style>
background-color css
<style>
a { background-color: #749DCE; }
a { background-color: rgb(116,157,206); }
div.DivClassName
{
background-color: #749DCE;
}
.BgClassName
{
background-color: #749DCE;
}
</style>
border-color css
<style>
span { border-color: #749DCE; }
span { border-color: rgb(116,157,206); }
td.TdClassName
{
border-color: #749DCE;
}
.TagClassName
{
border-color: #749DCE;
}
</style>