Shades of Jordy Blue #70A8E3
Tints of Jordy Blue #70A8E3
RGB
CMYK
RGB Variations
Color information
#70A8E3 (or 0x70A8E3) is known color: Jordy Blue. HEX triplet: 70, A8 and E3. RGB value is (112,168,227). Sum of RGB (Red+Green+Blue) = 112+168+227=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #70A8E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A8E3 is #8F571C. Grayscale: #9D9D9D. Windows color (decimal): -9393949 or 14919792. OLE color: 14919792.
HSL color Cylindrical-coordinate representation of color #70A8E3: hue angle of 210.78º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70A8E3 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 168 | 227 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.11 |
| HSL | 210.78º | 0.67% | 0.66% | - |
| HSV(B) | 210.78º | 0.51% | 0.89% | - |
| XYZ | 34.55 | 37 | 77.99 | - |
| YUV | 157.98 | 166.95 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 168 | 227 | 0.51 | 0.26 | 0 | 0.11 | 210.78 | 0.67 | 0.66 |
| Hex | 70 | A8 | E3 | 33 | 1A | 0 | B | D3 | 43 | 42 |
| Octal | 160 | 250 | 343 | 63 | 32 | 0 | 13 | 323 | 103 | 102 |
| Binary | 1110000 | 10101000 | 11100011 | 110011 | 11010 | 0 | 1011 | 11010011 | 1000011 | 1000010 |
Color Harmonies of #70A8E3
Complementary color
Monochromatic Colors of #70A8E3
Black with #70A8E3
Text Example
Text Example
White with #70A8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A8E3; }
p { color: rgb(112,168,227); }
H1.HeaderClassName
{
color: #70A8E3;
}
.AnyTagClassName
{
color: #70A8E3;
}
</style>
background-color css
<style>
a { background-color: #70A8E3; }
a { background-color: rgb(112,168,227); }
div.DivClassName
{
background-color: #70A8E3;
}
.BgClassName
{
background-color: #70A8E3;
}
</style>
border-color css
<style>
span { border-color: #70A8E3; }
span { border-color: rgb(112,168,227); }
td.TdClassName
{
border-color: #70A8E3;
}
.TagClassName
{
border-color: #70A8E3;
}
</style>