Shades of Jordy Blue #749BDF
Tints of Jordy Blue #749BDF
RGB
CMYK
RGB Variations
Color information
#749BDF (or 0x749BDF) is known color: Jordy Blue. HEX triplet: 74, 9B and DF. RGB value is (116,155,223). Sum of RGB (Red+Green+Blue) = 116+155+223=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #749BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BDF is #8B6420. Grayscale: #969696. Windows color (decimal): -9135137 or 14654324. OLE color: 14654324.
HSL color Cylindrical-coordinate representation of color #749BDF: hue angle of 218.13º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #749BDF is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 155 | 223 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.13 |
| HSL | 218.13º | 0.63% | 0.66% | - |
| HSV(B) | 218.13º | 0.48% | 0.87% | - |
| XYZ | 32.24 | 32.48 | 74.38 | - |
| YUV | 151.09 | 168.58 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 223 | 0.48 | 0.30 | 0 | 0.13 | 218.13 | 0.63 | 0.66 |
| Hex | 74 | 9B | DF | 30 | 1E | 0 | D | DA | 3F | 42 |
| Octal | 164 | 233 | 337 | 60 | 36 | 0 | 15 | 332 | 77 | 102 |
| Binary | 1110100 | 10011011 | 11011111 | 110000 | 11110 | 0 | 1101 | 11011010 | 111111 | 1000010 |
Color Harmonies of #749BDF
Complementary color
Monochromatic Colors of #749BDF
Black with #749BDF
Text Example
Text Example
White with #749BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BDF; }
p { color: rgb(116,155,223); }
H1.HeaderClassName
{
color: #749BDF;
}
.AnyTagClassName
{
color: #749BDF;
}
</style>
background-color css
<style>
a { background-color: #749BDF; }
a { background-color: rgb(116,155,223); }
div.DivClassName
{
background-color: #749BDF;
}
.BgClassName
{
background-color: #749BDF;
}
</style>
border-color css
<style>
span { border-color: #749BDF; }
span { border-color: rgb(116,155,223); }
td.TdClassName
{
border-color: #749BDF;
}
.TagClassName
{
border-color: #749BDF;
}
</style>