Shades of Jordy Blue #709AD2
Tints of Jordy Blue #709AD2
RGB
CMYK
RGB Variations
Color information
#709AD2 (or 0x709AD2) is known color: Jordy Blue. HEX triplet: 70, 9A and D2. RGB value is (112,154,210). Sum of RGB (Red+Green+Blue) = 112+154+210=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 210 - color contains mainly: blue. Hex color #709AD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709AD2 is #8F652D. Grayscale: #939393. Windows color (decimal): -9397550 or 13802096. OLE color: 13802096.
HSL color Cylindrical-coordinate representation of color #709AD2: hue angle of 214.29º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #709AD2 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 154 | 210 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.18 |
| HSL | 214.29º | 0.52% | 0.63% | - |
| HSV(B) | 214.29º | 0.47% | 0.82% | - |
| XYZ | 29.87 | 31.21 | 65.42 | - |
| YUV | 147.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 154 | 210 | 0.47 | 0.27 | 0 | 0.18 | 214.29 | 0.52 | 0.63 |
| Hex | 70 | 9A | D2 | 2F | 1B | 0 | 12 | D6 | 34 | 3F |
| Octal | 160 | 232 | 322 | 57 | 33 | 0 | 22 | 326 | 64 | 77 |
| Binary | 1110000 | 10011010 | 11010010 | 101111 | 11011 | 0 | 10010 | 11010110 | 110100 | 111111 |
Color Harmonies of #709AD2
Complementary color
Monochromatic Colors of #709AD2
Black with #709AD2
Text Example
Text Example
White with #709AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709AD2; }
p { color: rgb(112,154,210); }
H1.HeaderClassName
{
color: #709AD2;
}
.AnyTagClassName
{
color: #709AD2;
}
</style>
background-color css
<style>
a { background-color: #709AD2; }
a { background-color: rgb(112,154,210); }
div.DivClassName
{
background-color: #709AD2;
}
.BgClassName
{
background-color: #709AD2;
}
</style>
border-color css
<style>
span { border-color: #709AD2; }
span { border-color: rgb(112,154,210); }
td.TdClassName
{
border-color: #709AD2;
}
.TagClassName
{
border-color: #709AD2;
}
</style>