Shades of Jordy Blue #749FDA
Tints of Jordy Blue #749FDA
RGB
CMYK
RGB Variations
Color information
#749FDA (or 0x749FDA) is known color: Jordy Blue. HEX triplet: 74, 9F and DA. RGB value is (116,159,218). Sum of RGB (Red+Green+Blue) = 116+159+218=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #749FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749FDA is #8B6025. Grayscale: #989898. Windows color (decimal): -9134118 or 14327668. OLE color: 14327668.
HSL color Cylindrical-coordinate representation of color #749FDA: hue angle of 214.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #749FDA is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 159 | 218 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.15 |
| HSL | 214.71º | 0.58% | 0.65% | - |
| HSV(B) | 214.71º | 0.47% | 0.85% | - |
| XYZ | 32.26 | 33.57 | 71.11 | - |
| YUV | 152.87 | 164.75 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 218 | 0.47 | 0.27 | 0 | 0.15 | 214.71 | 0.58 | 0.65 |
| Hex | 74 | 9F | DA | 2F | 1B | 0 | F | D7 | 3A | 41 |
| Octal | 164 | 237 | 332 | 57 | 33 | 0 | 17 | 327 | 72 | 101 |
| Binary | 1110100 | 10011111 | 11011010 | 101111 | 11011 | 0 | 1111 | 11010111 | 111010 | 1000001 |
Color Harmonies of #749FDA
Complementary color
Monochromatic Colors of #749FDA
Black with #749FDA
Text Example
Text Example
White with #749FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749FDA; }
p { color: rgb(116,159,218); }
H1.HeaderClassName
{
color: #749FDA;
}
.AnyTagClassName
{
color: #749FDA;
}
</style>
background-color css
<style>
a { background-color: #749FDA; }
a { background-color: rgb(116,159,218); }
div.DivClassName
{
background-color: #749FDA;
}
.BgClassName
{
background-color: #749FDA;
}
</style>
border-color css
<style>
span { border-color: #749FDA; }
span { border-color: rgb(116,159,218); }
td.TdClassName
{
border-color: #749FDA;
}
.TagClassName
{
border-color: #749FDA;
}
</style>