Shades of Jordy Blue #749CE2
Tints of Jordy Blue #749CE2
RGB
CMYK
RGB Variations
Color information
#749CE2 (or 0x749CE2) is known color: Jordy Blue. HEX triplet: 74, 9C and E2. RGB value is (116,156,226). Sum of RGB (Red+Green+Blue) = 116+156+226=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 226 (88.67% from 255 or 45.38% from 498); Max value from RGB is 226 - color contains mainly: blue. Hex color #749CE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CE2 is #8B631D. Grayscale: #979797. Windows color (decimal): -9134878 or 14851188. OLE color: 14851188.
HSL color Cylindrical-coordinate representation of color #749CE2: hue angle of 218.18º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #749CE2 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 156 | 226 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.11 |
| HSL | 218.18º | 0.65% | 0.67% | - |
| HSV(B) | 218.18º | 0.49% | 0.89% | - |
| XYZ | 32.82 | 32.98 | 76.59 | - |
| YUV | 152.02 | 169.75 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 226 | 0.49 | 0.31 | 0 | 0.11 | 218.18 | 0.65 | 0.67 |
| Hex | 74 | 9C | E2 | 31 | 1F | 0 | B | DA | 41 | 43 |
| Octal | 164 | 234 | 342 | 61 | 37 | 0 | 13 | 332 | 101 | 103 |
| Binary | 1110100 | 10011100 | 11100010 | 110001 | 11111 | 0 | 1011 | 11011010 | 1000001 | 1000011 |
Color Harmonies of #749CE2
Complementary color
Monochromatic Colors of #749CE2
Black with #749CE2
Text Example
Text Example
White with #749CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749CE2; }
p { color: rgb(116,156,226); }
H1.HeaderClassName
{
color: #749CE2;
}
.AnyTagClassName
{
color: #749CE2;
}
</style>
background-color css
<style>
a { background-color: #749CE2; }
a { background-color: rgb(116,156,226); }
div.DivClassName
{
background-color: #749CE2;
}
.BgClassName
{
background-color: #749CE2;
}
</style>
border-color css
<style>
span { border-color: #749CE2; }
span { border-color: rgb(116,156,226); }
td.TdClassName
{
border-color: #749CE2;
}
.TagClassName
{
border-color: #749CE2;
}
</style>