Shades of Jordy Blue #70A2D8
Tints of Jordy Blue #70A2D8
RGB
CMYK
RGB Variations
Color information
#70A2D8 (or 0x70A2D8) is known color: Jordy Blue. HEX triplet: 70, A2 and D8. RGB value is (112,162,216). Sum of RGB (Red+Green+Blue) = 112+162+216=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #70A2D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A2D8 is #8F5D27. Grayscale: #989898. Windows color (decimal): -9395496 or 14197360. OLE color: 14197360.
HSL color Cylindrical-coordinate representation of color #70A2D8: hue angle of 211.15º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70A2D8 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 162 | 216 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.15 |
| HSL | 211.15º | 0.57% | 0.64% | - |
| HSV(B) | 211.15º | 0.48% | 0.85% | - |
| XYZ | 32 | 34.24 | 69.89 | - |
| YUV | 153.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 216 | 0.48 | 0.25 | 0 | 0.15 | 211.15 | 0.57 | 0.64 |
| Hex | 70 | A2 | D8 | 30 | 19 | 0 | F | D3 | 39 | 40 |
| Octal | 160 | 242 | 330 | 60 | 31 | 0 | 17 | 323 | 71 | 100 |
| Binary | 1110000 | 10100010 | 11011000 | 110000 | 11001 | 0 | 1111 | 11010011 | 111001 | 1000000 |
Color Harmonies of #70A2D8
Complementary color
Monochromatic Colors of #70A2D8
Black with #70A2D8
Text Example
Text Example
White with #70A2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A2D8; }
p { color: rgb(112,162,216); }
H1.HeaderClassName
{
color: #70A2D8;
}
.AnyTagClassName
{
color: #70A2D8;
}
</style>
background-color css
<style>
a { background-color: #70A2D8; }
a { background-color: rgb(112,162,216); }
div.DivClassName
{
background-color: #70A2D8;
}
.BgClassName
{
background-color: #70A2D8;
}
</style>
border-color css
<style>
span { border-color: #70A2D8; }
span { border-color: rgb(112,162,216); }
td.TdClassName
{
border-color: #70A2D8;
}
.TagClassName
{
border-color: #70A2D8;
}
</style>