Shades of Jordy Blue #729BDF
Tints of Jordy Blue #729BDF
RGB
CMYK
RGB Variations
Color information
#729BDF (or 0x729BDF) is known color: Jordy Blue. HEX triplet: 72, 9B and DF. RGB value is (114,155,223). Sum of RGB (Red+Green+Blue) = 114+155+223=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #729BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BDF is #8D6420. Grayscale: #969696. Windows color (decimal): -9266209 or 14654322. OLE color: 14654322.
HSL color Cylindrical-coordinate representation of color #729BDF: hue angle of 217.43º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #729BDF is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 155 | 223 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.13 |
| HSL | 217.43º | 0.63% | 0.66% | - |
| HSV(B) | 217.43º | 0.49% | 0.87% | - |
| XYZ | 31.98 | 32.35 | 74.37 | - |
| YUV | 150.49 | 168.92 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 223 | 0.49 | 0.30 | 0 | 0.13 | 217.43 | 0.63 | 0.66 |
| Hex | 72 | 9B | DF | 31 | 1E | 0 | D | D9 | 3F | 42 |
| Octal | 162 | 233 | 337 | 61 | 36 | 0 | 15 | 331 | 77 | 102 |
| Binary | 1110010 | 10011011 | 11011111 | 110001 | 11110 | 0 | 1101 | 11011001 | 111111 | 1000010 |
Color Harmonies of #729BDF
Complementary color
Monochromatic Colors of #729BDF
Black with #729BDF
Text Example
Text Example
White with #729BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BDF; }
p { color: rgb(114,155,223); }
H1.HeaderClassName
{
color: #729BDF;
}
.AnyTagClassName
{
color: #729BDF;
}
</style>
background-color css
<style>
a { background-color: #729BDF; }
a { background-color: rgb(114,155,223); }
div.DivClassName
{
background-color: #729BDF;
}
.BgClassName
{
background-color: #729BDF;
}
</style>
border-color css
<style>
span { border-color: #729BDF; }
span { border-color: rgb(114,155,223); }
td.TdClassName
{
border-color: #729BDF;
}
.TagClassName
{
border-color: #729BDF;
}
</style>