Shades of Jordy Blue #70A8EA
Tints of Jordy Blue #70A8EA
RGB
CMYK
RGB Variations
Color information
#70A8EA (or 0x70A8EA) is known color: Jordy Blue. HEX triplet: 70, A8 and EA. RGB value is (112,168,234). Sum of RGB (Red+Green+Blue) = 112+168+234=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #70A8EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A8EA is #8F5715. Grayscale: #9E9E9E. Windows color (decimal): -9393942 or 15378544. OLE color: 15378544.
HSL color Cylindrical-coordinate representation of color #70A8EA: hue angle of 212.46º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70A8EA is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 168 | 234 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.08 |
| HSL | 212.46º | 0.74% | 0.68% | - |
| HSV(B) | 212.46º | 0.52% | 0.92% | - |
| XYZ | 35.54 | 37.39 | 83.19 | - |
| YUV | 158.78 | 170.45 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 168 | 234 | 0.52 | 0.28 | 0 | 0.08 | 212.46 | 0.74 | 0.68 |
| Hex | 70 | A8 | EA | 34 | 1C | 0 | 8 | D4 | 4A | 44 |
| Octal | 160 | 250 | 352 | 64 | 34 | 0 | 10 | 324 | 112 | 104 |
| Binary | 1110000 | 10101000 | 11101010 | 110100 | 11100 | 0 | 1000 | 11010100 | 1001010 | 1000100 |
Color Harmonies of #70A8EA
Complementary color
Monochromatic Colors of #70A8EA
Black with #70A8EA
Text Example
Text Example
White with #70A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A8EA; }
p { color: rgb(112,168,234); }
H1.HeaderClassName
{
color: #70A8EA;
}
.AnyTagClassName
{
color: #70A8EA;
}
</style>
background-color css
<style>
a { background-color: #70A8EA; }
a { background-color: rgb(112,168,234); }
div.DivClassName
{
background-color: #70A8EA;
}
.BgClassName
{
background-color: #70A8EA;
}
</style>
border-color css
<style>
span { border-color: #70A8EA; }
span { border-color: rgb(112,168,234); }
td.TdClassName
{
border-color: #70A8EA;
}
.TagClassName
{
border-color: #70A8EA;
}
</style>