Shades of Jordy Blue #729FDF
Tints of Jordy Blue #729FDF
RGB
CMYK
RGB Variations
Color information
#729FDF (or 0x729FDF) is known color: Jordy Blue. HEX triplet: 72, 9F and DF. RGB value is (114,159,223). Sum of RGB (Red+Green+Blue) = 114+159+223=496 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.98% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #729FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729FDF is #8D6020. Grayscale: #989898. Windows color (decimal): -9265185 or 14655346. OLE color: 14655346.
HSL color Cylindrical-coordinate representation of color #729FDF: hue angle of 215.23º 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 #729FDF is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 159 | 223 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.13 |
| HSL | 215.23º | 0.63% | 0.66% | - |
| HSV(B) | 215.23º | 0.49% | 0.87% | - |
| XYZ | 32.66 | 33.7 | 74.6 | - |
| YUV | 152.84 | 167.59 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 223 | 0.49 | 0.29 | 0 | 0.13 | 215.23 | 0.63 | 0.66 |
| Hex | 72 | 9F | DF | 31 | 1D | 0 | D | D7 | 3F | 42 |
| Octal | 162 | 237 | 337 | 61 | 35 | 0 | 15 | 327 | 77 | 102 |
| Binary | 1110010 | 10011111 | 11011111 | 110001 | 11101 | 0 | 1101 | 11010111 | 111111 | 1000010 |
Color Harmonies of #729FDF
Complementary color
Monochromatic Colors of #729FDF
Black with #729FDF
Text Example
Text Example
White with #729FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729FDF; }
p { color: rgb(114,159,223); }
H1.HeaderClassName
{
color: #729FDF;
}
.AnyTagClassName
{
color: #729FDF;
}
</style>
background-color css
<style>
a { background-color: #729FDF; }
a { background-color: rgb(114,159,223); }
div.DivClassName
{
background-color: #729FDF;
}
.BgClassName
{
background-color: #729FDF;
}
</style>
border-color css
<style>
span { border-color: #729FDF; }
span { border-color: rgb(114,159,223); }
td.TdClassName
{
border-color: #729FDF;
}
.TagClassName
{
border-color: #729FDF;
}
</style>