Shades of Jordy Blue #749ACE
Tints of Jordy Blue #749ACE
RGB
CMYK
RGB Variations
Color information
#749ACE (or 0x749ACE) is known color: Jordy Blue. HEX triplet: 74, 9A and CE. RGB value is (116,154,206). Sum of RGB (Red+Green+Blue) = 116+154+206=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #749ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ACE is #8B6531. Grayscale: #949494. Windows color (decimal): -9135410 or 13539956. OLE color: 13539956.
HSL color Cylindrical-coordinate representation of color #749ACE: hue angle of 214.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 #749ACE is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 154 | 206 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.19 |
| HSL | 214.67º | 0.48% | 0.63% | - |
| HSV(B) | 214.67º | 0.44% | 0.81% | - |
| XYZ | 29.9 | 31.28 | 62.85 | - |
| YUV | 148.57 | 160.41 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 206 | 0.44 | 0.25 | 0 | 0.19 | 214.67 | 0.48 | 0.63 |
| Hex | 74 | 9A | CE | 2C | 19 | 0 | 13 | D7 | 30 | 3F |
| Octal | 164 | 232 | 316 | 54 | 31 | 0 | 23 | 327 | 60 | 77 |
| Binary | 1110100 | 10011010 | 11001110 | 101100 | 11001 | 0 | 10011 | 11010111 | 110000 | 111111 |
Color Harmonies of #749ACE
Complementary color
Monochromatic Colors of #749ACE
Black with #749ACE
Text Example
Text Example
White with #749ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749ACE; }
p { color: rgb(116,154,206); }
H1.HeaderClassName
{
color: #749ACE;
}
.AnyTagClassName
{
color: #749ACE;
}
</style>
background-color css
<style>
a { background-color: #749ACE; }
a { background-color: rgb(116,154,206); }
div.DivClassName
{
background-color: #749ACE;
}
.BgClassName
{
background-color: #749ACE;
}
</style>
border-color css
<style>
span { border-color: #749ACE; }
span { border-color: rgb(116,154,206); }
td.TdClassName
{
border-color: #749ACE;
}
.TagClassName
{
border-color: #749ACE;
}
</style>