Shades of Jordy Blue #739ACF
Tints of Jordy Blue #739ACF
RGB
CMYK
RGB Variations
Color information
#739ACF (or 0x739ACF) is known color: Jordy Blue. HEX triplet: 73, 9A and CF. RGB value is (115,154,207). Sum of RGB (Red+Green+Blue) = 115+154+207=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #739ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739ACF is #8C6530. Grayscale: #949494. Windows color (decimal): -9200945 or 13605491. OLE color: 13605491.
HSL color Cylindrical-coordinate representation of color #739ACF: hue angle of 214.57º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #739ACF is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 154 | 207 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.19 |
| HSL | 214.57º | 0.49% | 0.63% | - |
| HSV(B) | 214.57º | 0.44% | 0.81% | - |
| XYZ | 29.89 | 31.26 | 63.49 | - |
| YUV | 148.38 | 161.08 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 207 | 0.44 | 0.26 | 0 | 0.19 | 214.57 | 0.49 | 0.63 |
| Hex | 73 | 9A | CF | 2C | 1A | 0 | 13 | D7 | 31 | 3F |
| Octal | 163 | 232 | 317 | 54 | 32 | 0 | 23 | 327 | 61 | 77 |
| Binary | 1110011 | 10011010 | 11001111 | 101100 | 11010 | 0 | 10011 | 11010111 | 110001 | 111111 |
Color Harmonies of #739ACF
Complementary color
Monochromatic Colors of #739ACF
Black with #739ACF
Text Example
Text Example
White with #739ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739ACF; }
p { color: rgb(115,154,207); }
H1.HeaderClassName
{
color: #739ACF;
}
.AnyTagClassName
{
color: #739ACF;
}
</style>
background-color css
<style>
a { background-color: #739ACF; }
a { background-color: rgb(115,154,207); }
div.DivClassName
{
background-color: #739ACF;
}
.BgClassName
{
background-color: #739ACF;
}
</style>
border-color css
<style>
span { border-color: #739ACF; }
span { border-color: rgb(115,154,207); }
td.TdClassName
{
border-color: #739ACF;
}
.TagClassName
{
border-color: #739ACF;
}
</style>