Shades of Jordy Blue #70A7E1
Tints of Jordy Blue #70A7E1
RGB
CMYK
RGB Variations
Color information
#70A7E1 (or 0x70A7E1) is known color: Jordy Blue. HEX triplet: 70, A7 and E1. RGB value is (112,167,225). Sum of RGB (Red+Green+Blue) = 112+167+225=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #70A7E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A7E1 is #8F581E. Grayscale: #9C9C9C. Windows color (decimal): -9394207 or 14788464. OLE color: 14788464.
HSL color Cylindrical-coordinate representation of color #70A7E1: hue angle of 210.8º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70A7E1 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 167 | 225 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.12 |
| HSL | 210.8º | 0.65% | 0.66% | - |
| HSV(B) | 210.8º | 0.5% | 0.88% | - |
| XYZ | 34.09 | 36.52 | 76.49 | - |
| YUV | 157.17 | 166.28 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 167 | 225 | 0.50 | 0.26 | 0 | 0.12 | 210.8 | 0.65 | 0.66 |
| Hex | 70 | A7 | E1 | 32 | 1A | 0 | C | D3 | 41 | 42 |
| Octal | 160 | 247 | 341 | 62 | 32 | 0 | 14 | 323 | 101 | 102 |
| Binary | 1110000 | 10100111 | 11100001 | 110010 | 11010 | 0 | 1100 | 11010011 | 1000001 | 1000010 |
Color Harmonies of #70A7E1
Complementary color
Monochromatic Colors of #70A7E1
Black with #70A7E1
Text Example
Text Example
White with #70A7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A7E1; }
p { color: rgb(112,167,225); }
H1.HeaderClassName
{
color: #70A7E1;
}
.AnyTagClassName
{
color: #70A7E1;
}
</style>
background-color css
<style>
a { background-color: #70A7E1; }
a { background-color: rgb(112,167,225); }
div.DivClassName
{
background-color: #70A7E1;
}
.BgClassName
{
background-color: #70A7E1;
}
</style>
border-color css
<style>
span { border-color: #70A7E1; }
span { border-color: rgb(112,167,225); }
td.TdClassName
{
border-color: #70A7E1;
}
.TagClassName
{
border-color: #70A7E1;
}
</style>