Shades of Jordy Blue #70A8E8
Tints of Jordy Blue #70A8E8
RGB
CMYK
RGB Variations
Color information
#70A8E8 (or 0x70A8E8) is known color: Jordy Blue. HEX triplet: 70, A8 and E8. RGB value is (112,168,232). Sum of RGB (Red+Green+Blue) = 112+168+232=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #70A8E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A8E8 is #8F5717. Grayscale: #9E9E9E. Windows color (decimal): -9393944 or 15247472. OLE color: 15247472.
HSL color Cylindrical-coordinate representation of color #70A8E8: hue angle of 212º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70A8E8 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 168 | 232 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.09 |
| HSL | 212º | 0.72% | 0.67% | - |
| HSV(B) | 212º | 0.52% | 0.91% | - |
| XYZ | 35.25 | 37.28 | 81.68 | - |
| YUV | 158.55 | 169.45 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 168 | 232 | 0.52 | 0.28 | 0 | 0.09 | 212 | 0.72 | 0.67 |
| Hex | 70 | A8 | E8 | 34 | 1C | 0 | 9 | D4 | 48 | 43 |
| Octal | 160 | 250 | 350 | 64 | 34 | 0 | 11 | 324 | 110 | 103 |
| Binary | 1110000 | 10101000 | 11101000 | 110100 | 11100 | 0 | 1001 | 11010100 | 1001000 | 1000011 |
Color Harmonies of #70A8E8
Complementary color
Monochromatic Colors of #70A8E8
Black with #70A8E8
Text Example
Text Example
White with #70A8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A8E8; }
p { color: rgb(112,168,232); }
H1.HeaderClassName
{
color: #70A8E8;
}
.AnyTagClassName
{
color: #70A8E8;
}
</style>
background-color css
<style>
a { background-color: #70A8E8; }
a { background-color: rgb(112,168,232); }
div.DivClassName
{
background-color: #70A8E8;
}
.BgClassName
{
background-color: #70A8E8;
}
</style>
border-color css
<style>
span { border-color: #70A8E8; }
span { border-color: rgb(112,168,232); }
td.TdClassName
{
border-color: #70A8E8;
}
.TagClassName
{
border-color: #70A8E8;
}
</style>