Shades of Jordy Blue #70ABF2
Tints of Jordy Blue #70ABF2
RGB
CMYK
RGB Variations
Color information
#70ABF2 (or 0x70ABF2) is known color: Jordy Blue. HEX triplet: 70, AB and F2. RGB value is (112,171,242). Sum of RGB (Red+Green+Blue) = 112+171+242=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #70ABF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ABF2 is #8F540D. Grayscale: #A1A1A1. Windows color (decimal): -9393166 or 15903600. OLE color: 15903600.
HSL color Cylindrical-coordinate representation of color #70ABF2: hue angle of 212.77º 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 #70ABF2 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 171 | 242 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.05 |
| HSL | 212.77º | 0.83% | 0.69% | - |
| HSV(B) | 212.77º | 0.54% | 0.95% | - |
| XYZ | 37.27 | 38.98 | 89.56 | - |
| YUV | 161.45 | 173.45 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 242 | 0.54 | 0.29 | 0 | 0.05 | 212.77 | 0.83 | 0.69 |
| Hex | 70 | AB | F2 | 36 | 1D | 0 | 5 | D5 | 53 | 45 |
| Octal | 160 | 253 | 362 | 66 | 35 | 0 | 5 | 325 | 123 | 105 |
| Binary | 1110000 | 10101011 | 11110010 | 110110 | 11101 | 0 | 101 | 11010101 | 1010011 | 1000101 |
Color Harmonies of #70ABF2
Complementary color
Monochromatic Colors of #70ABF2
Black with #70ABF2
Text Example
Text Example
White with #70ABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ABF2; }
p { color: rgb(112,171,242); }
H1.HeaderClassName
{
color: #70ABF2;
}
.AnyTagClassName
{
color: #70ABF2;
}
</style>
background-color css
<style>
a { background-color: #70ABF2; }
a { background-color: rgb(112,171,242); }
div.DivClassName
{
background-color: #70ABF2;
}
.BgClassName
{
background-color: #70ABF2;
}
</style>
border-color css
<style>
span { border-color: #70ABF2; }
span { border-color: rgb(112,171,242); }
td.TdClassName
{
border-color: #70ABF2;
}
.TagClassName
{
border-color: #70ABF2;
}
</style>