Shades of Jordy Blue #70ABF1
Tints of Jordy Blue #70ABF1
RGB
CMYK
RGB Variations
Color information
#70ABF1 (or 0x70ABF1) is known color: Jordy Blue. HEX triplet: 70, AB and F1. RGB value is (112,171,241). Sum of RGB (Red+Green+Blue) = 112+171+241=524 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.37% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #70ABF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ABF1 is #8F540E. Grayscale: #A1A1A1. Windows color (decimal): -9393167 or 15838064. OLE color: 15838064.
HSL color Cylindrical-coordinate representation of color #70ABF1: hue angle of 212.56º degrees, saturation: 0.82, 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 #70ABF1 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 171 | 241 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.05 |
| HSL | 212.56º | 0.82% | 0.69% | - |
| HSV(B) | 212.56º | 0.54% | 0.95% | - |
| XYZ | 37.12 | 38.92 | 88.78 | - |
| YUV | 161.34 | 172.95 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 241 | 0.54 | 0.29 | 0 | 0.05 | 212.56 | 0.82 | 0.69 |
| Hex | 70 | AB | F1 | 36 | 1D | 0 | 5 | D5 | 52 | 45 |
| Octal | 160 | 253 | 361 | 66 | 35 | 0 | 5 | 325 | 122 | 105 |
| Binary | 1110000 | 10101011 | 11110001 | 110110 | 11101 | 0 | 101 | 11010101 | 1010010 | 1000101 |
Color Harmonies of #70ABF1
Complementary color
Monochromatic Colors of #70ABF1
Black with #70ABF1
Text Example
Text Example
White with #70ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ABF1; }
p { color: rgb(112,171,241); }
H1.HeaderClassName
{
color: #70ABF1;
}
.AnyTagClassName
{
color: #70ABF1;
}
</style>
background-color css
<style>
a { background-color: #70ABF1; }
a { background-color: rgb(112,171,241); }
div.DivClassName
{
background-color: #70ABF1;
}
.BgClassName
{
background-color: #70ABF1;
}
</style>
border-color css
<style>
span { border-color: #70ABF1; }
span { border-color: rgb(112,171,241); }
td.TdClassName
{
border-color: #70ABF1;
}
.TagClassName
{
border-color: #70ABF1;
}
</style>