Shades of Jordy Blue #739ADF
Tints of Jordy Blue #739ADF
RGB
CMYK
RGB Variations
Color information
#739ADF (or 0x739ADF) is known color: Jordy Blue. HEX triplet: 73, 9A and DF. RGB value is (115,154,223). Sum of RGB (Red+Green+Blue) = 115+154+223=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 154 (60.55% from 255 or 31.30% 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 #739ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739ADF is #8C6520. Grayscale: #959595. Windows color (decimal): -9200929 or 14654067. OLE color: 14654067.
HSL color Cylindrical-coordinate representation of color #739ADF: hue angle of 218.33º 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 #739ADF is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 154 | 223 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.13 |
| HSL | 218.33º | 0.63% | 0.66% | - |
| HSV(B) | 218.33º | 0.48% | 0.87% | - |
| XYZ | 31.95 | 32.08 | 74.32 | - |
| YUV | 150.21 | 169.08 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 223 | 0.48 | 0.31 | 0 | 0.13 | 218.33 | 0.63 | 0.66 |
| Hex | 73 | 9A | DF | 30 | 1F | 0 | D | DA | 3F | 42 |
| Octal | 163 | 232 | 337 | 60 | 37 | 0 | 15 | 332 | 77 | 102 |
| Binary | 1110011 | 10011010 | 11011111 | 110000 | 11111 | 0 | 1101 | 11011010 | 111111 | 1000010 |
Color Harmonies of #739ADF
Complementary color
Monochromatic Colors of #739ADF
Black with #739ADF
Text Example
Text Example
White with #739ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739ADF; }
p { color: rgb(115,154,223); }
H1.HeaderClassName
{
color: #739ADF;
}
.AnyTagClassName
{
color: #739ADF;
}
</style>
background-color css
<style>
a { background-color: #739ADF; }
a { background-color: rgb(115,154,223); }
div.DivClassName
{
background-color: #739ADF;
}
.BgClassName
{
background-color: #739ADF;
}
</style>
border-color css
<style>
span { border-color: #739ADF; }
span { border-color: rgb(115,154,223); }
td.TdClassName
{
border-color: #739ADF;
}
.TagClassName
{
border-color: #739ADF;
}
</style>