Shades of Jordy Blue #729BDA
Tints of Jordy Blue #729BDA
RGB
CMYK
RGB Variations
Color information
#729BDA (or 0x729BDA) is known color: Jordy Blue. HEX triplet: 72, 9B and DA. RGB value is (114,155,218). Sum of RGB (Red+Green+Blue) = 114+155+218=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #729BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BDA is #8D6425. Grayscale: #959595. Windows color (decimal): -9266214 or 14326642. OLE color: 14326642.
HSL color Cylindrical-coordinate representation of color #729BDA: hue angle of 216.35º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #729BDA is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 155 | 218 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.15 |
| HSL | 216.35º | 0.58% | 0.65% | - |
| HSV(B) | 216.35º | 0.48% | 0.85% | - |
| XYZ | 31.32 | 32.08 | 70.87 | - |
| YUV | 149.92 | 166.42 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 218 | 0.48 | 0.29 | 0 | 0.15 | 216.35 | 0.58 | 0.65 |
| Hex | 72 | 9B | DA | 30 | 1D | 0 | F | D8 | 3A | 41 |
| Octal | 162 | 233 | 332 | 60 | 35 | 0 | 17 | 330 | 72 | 101 |
| Binary | 1110010 | 10011011 | 11011010 | 110000 | 11101 | 0 | 1111 | 11011000 | 111010 | 1000001 |
Color Harmonies of #729BDA
Complementary color
Monochromatic Colors of #729BDA
Black with #729BDA
Text Example
Text Example
White with #729BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BDA; }
p { color: rgb(114,155,218); }
H1.HeaderClassName
{
color: #729BDA;
}
.AnyTagClassName
{
color: #729BDA;
}
</style>
background-color css
<style>
a { background-color: #729BDA; }
a { background-color: rgb(114,155,218); }
div.DivClassName
{
background-color: #729BDA;
}
.BgClassName
{
background-color: #729BDA;
}
</style>
border-color css
<style>
span { border-color: #729BDA; }
span { border-color: rgb(114,155,218); }
td.TdClassName
{
border-color: #729BDA;
}
.TagClassName
{
border-color: #729BDA;
}
</style>