Shades of Jordy Blue #70A8EE
Tints of Jordy Blue #70A8EE
RGB
CMYK
RGB Variations
Color information
#70A8EE (or 0x70A8EE) is known color: Jordy Blue. HEX triplet: 70, A8 and EE. RGB value is (112,168,238). Sum of RGB (Red+Green+Blue) = 112+168+238=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #70A8EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A8EE is #8F5711. Grayscale: #9E9E9E. Windows color (decimal): -9393938 or 15640688. OLE color: 15640688.
HSL color Cylindrical-coordinate representation of color #70A8EE: hue angle of 213.33º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70A8EE is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 168 | 238 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.07 |
| HSL | 213.33º | 0.79% | 0.69% | - |
| HSV(B) | 213.33º | 0.53% | 0.93% | - |
| XYZ | 36.12 | 37.62 | 86.25 | - |
| YUV | 159.24 | 172.45 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 168 | 238 | 0.53 | 0.29 | 0 | 0.07 | 213.33 | 0.79 | 0.69 |
| Hex | 70 | A8 | EE | 35 | 1D | 0 | 7 | D5 | 4F | 45 |
| Octal | 160 | 250 | 356 | 65 | 35 | 0 | 7 | 325 | 117 | 105 |
| Binary | 1110000 | 10101000 | 11101110 | 110101 | 11101 | 0 | 111 | 11010101 | 1001111 | 1000101 |
Color Harmonies of #70A8EE
Complementary color
Monochromatic Colors of #70A8EE
Black with #70A8EE
Text Example
Text Example
White with #70A8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A8EE; }
p { color: rgb(112,168,238); }
H1.HeaderClassName
{
color: #70A8EE;
}
.AnyTagClassName
{
color: #70A8EE;
}
</style>
background-color css
<style>
a { background-color: #70A8EE; }
a { background-color: rgb(112,168,238); }
div.DivClassName
{
background-color: #70A8EE;
}
.BgClassName
{
background-color: #70A8EE;
}
</style>
border-color css
<style>
span { border-color: #70A8EE; }
span { border-color: rgb(112,168,238); }
td.TdClassName
{
border-color: #70A8EE;
}
.TagClassName
{
border-color: #70A8EE;
}
</style>