Shades of Jordy Blue #70A2DC
Tints of Jordy Blue #70A2DC
RGB
CMYK
RGB Variations
Color information
#70A2DC (or 0x70A2DC) is known color: Jordy Blue. HEX triplet: 70, A2 and DC. RGB value is (112,162,220). Sum of RGB (Red+Green+Blue) = 112+162+220=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #70A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A2DC is #8F5D23. Grayscale: #999999. Windows color (decimal): -9395492 or 14459504. OLE color: 14459504.
HSL color Cylindrical-coordinate representation of color #70A2DC: hue angle of 212.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70A2DC is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 162 | 220 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.14 |
| HSL | 212.22º | 0.61% | 0.65% | - |
| HSV(B) | 212.22º | 0.49% | 0.86% | - |
| XYZ | 32.52 | 34.45 | 72.65 | - |
| YUV | 153.66 | 165.44 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 220 | 0.49 | 0.26 | 0 | 0.14 | 212.22 | 0.61 | 0.65 |
| Hex | 70 | A2 | DC | 31 | 1A | 0 | E | D4 | 3D | 41 |
| Octal | 160 | 242 | 334 | 61 | 32 | 0 | 16 | 324 | 75 | 101 |
| Binary | 1110000 | 10100010 | 11011100 | 110001 | 11010 | 0 | 1110 | 11010100 | 111101 | 1000001 |
Color Harmonies of #70A2DC
Complementary color
Monochromatic Colors of #70A2DC
Black with #70A2DC
Text Example
Text Example
White with #70A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A2DC; }
p { color: rgb(112,162,220); }
H1.HeaderClassName
{
color: #70A2DC;
}
.AnyTagClassName
{
color: #70A2DC;
}
</style>
background-color css
<style>
a { background-color: #70A2DC; }
a { background-color: rgb(112,162,220); }
div.DivClassName
{
background-color: #70A2DC;
}
.BgClassName
{
background-color: #70A2DC;
}
</style>
border-color css
<style>
span { border-color: #70A2DC; }
span { border-color: rgb(112,162,220); }
td.TdClassName
{
border-color: #70A2DC;
}
.TagClassName
{
border-color: #70A2DC;
}
</style>