Shades of Jordy Blue #729BCC
Tints of Jordy Blue #729BCC
RGB
CMYK
RGB Variations
Color information
#729BCC (or 0x729BCC) is known color: Jordy Blue. HEX triplet: 72, 9B and CC. RGB value is (114,155,204). Sum of RGB (Red+Green+Blue) = 114+155+204=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #729BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BCC is #8D6433. Grayscale: #949494. Windows color (decimal): -9266228 or 13409138. OLE color: 13409138.
HSL color Cylindrical-coordinate representation of color #729BCC: hue angle of 212.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #729BCC is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 155 | 204 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.2 |
| HSL | 212.67º | 0.47% | 0.62% | - |
| HSV(B) | 212.67º | 0.44% | 0.8% | - |
| XYZ | 29.56 | 31.38 | 61.63 | - |
| YUV | 148.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 204 | 0.44 | 0.24 | 0 | 0.2 | 212.67 | 0.47 | 0.62 |
| Hex | 72 | 9B | CC | 2C | 18 | 0 | 14 | D5 | 2F | 3E |
| Octal | 162 | 233 | 314 | 54 | 30 | 0 | 24 | 325 | 57 | 76 |
| Binary | 1110010 | 10011011 | 11001100 | 101100 | 11000 | 0 | 10100 | 11010101 | 101111 | 111110 |
Color Harmonies of #729BCC
Complementary color
Monochromatic Colors of #729BCC
Black with #729BCC
Text Example
Text Example
White with #729BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BCC; }
p { color: rgb(114,155,204); }
H1.HeaderClassName
{
color: #729BCC;
}
.AnyTagClassName
{
color: #729BCC;
}
</style>
background-color css
<style>
a { background-color: #729BCC; }
a { background-color: rgb(114,155,204); }
div.DivClassName
{
background-color: #729BCC;
}
.BgClassName
{
background-color: #729BCC;
}
</style>
border-color css
<style>
span { border-color: #729BCC; }
span { border-color: rgb(114,155,204); }
td.TdClassName
{
border-color: #729BCC;
}
.TagClassName
{
border-color: #729BCC;
}
</style>