Shades of Jordy Blue #70ADF2
Tints of Jordy Blue #70ADF2
RGB
CMYK
RGB Variations
Color information
#70ADF2 (or 0x70ADF2) is known color: Jordy Blue. HEX triplet: 70, AD and F2. RGB value is (112,173,242). Sum of RGB (Red+Green+Blue) = 112+173+242=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #70ADF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ADF2 is #8F520D. Grayscale: #A2A2A2. Windows color (decimal): -9392654 or 15904112. OLE color: 15904112.
HSL color Cylindrical-coordinate representation of color #70ADF2: hue angle of 211.85º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70ADF2 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 173 | 242 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.05 |
| HSL | 211.85º | 0.83% | 0.69% | - |
| HSV(B) | 211.85º | 0.54% | 0.95% | - |
| XYZ | 37.65 | 39.74 | 89.69 | - |
| YUV | 162.63 | 172.79 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 242 | 0.54 | 0.29 | 0 | 0.05 | 211.85 | 0.83 | 0.69 |
| Hex | 70 | AD | F2 | 36 | 1D | 0 | 5 | D4 | 53 | 45 |
| Octal | 160 | 255 | 362 | 66 | 35 | 0 | 5 | 324 | 123 | 105 |
| Binary | 1110000 | 10101101 | 11110010 | 110110 | 11101 | 0 | 101 | 11010100 | 1010011 | 1000101 |
Color Harmonies of #70ADF2
Complementary color
Monochromatic Colors of #70ADF2
Black with #70ADF2
Text Example
Text Example
White with #70ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADF2; }
p { color: rgb(112,173,242); }
H1.HeaderClassName
{
color: #70ADF2;
}
.AnyTagClassName
{
color: #70ADF2;
}
</style>
background-color css
<style>
a { background-color: #70ADF2; }
a { background-color: rgb(112,173,242); }
div.DivClassName
{
background-color: #70ADF2;
}
.BgClassName
{
background-color: #70ADF2;
}
</style>
border-color css
<style>
span { border-color: #70ADF2; }
span { border-color: rgb(112,173,242); }
td.TdClassName
{
border-color: #70ADF2;
}
.TagClassName
{
border-color: #70ADF2;
}
</style>