Shades of Jordy Blue #70AFF1
Tints of Jordy Blue #70AFF1
RGB
CMYK
RGB Variations
Color information
#70AFF1 (or 0x70AFF1) is known color: Jordy Blue. HEX triplet: 70, AF and F1. RGB value is (112,175,241). Sum of RGB (Red+Green+Blue) = 112+175+241=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #70AFF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AFF1 is #8F500E. Grayscale: #A3A3A3. Windows color (decimal): -9392143 or 15839088. OLE color: 15839088.
HSL color Cylindrical-coordinate representation of color #70AFF1: hue angle of 210.7º 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 #70AFF1 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 175 | 241 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.05 |
| HSL | 210.7º | 0.82% | 0.69% | - |
| HSV(B) | 210.7º | 0.54% | 0.95% | - |
| XYZ | 37.89 | 40.46 | 89.03 | - |
| YUV | 163.69 | 171.63 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 241 | 0.54 | 0.27 | 0 | 0.05 | 210.7 | 0.82 | 0.69 |
| Hex | 70 | AF | F1 | 36 | 1B | 0 | 5 | D3 | 52 | 45 |
| Octal | 160 | 257 | 361 | 66 | 33 | 0 | 5 | 323 | 122 | 105 |
| Binary | 1110000 | 10101111 | 11110001 | 110110 | 11011 | 0 | 101 | 11010011 | 1010010 | 1000101 |
Color Harmonies of #70AFF1
Complementary color
Monochromatic Colors of #70AFF1
Black with #70AFF1
Text Example
Text Example
White with #70AFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AFF1; }
p { color: rgb(112,175,241); }
H1.HeaderClassName
{
color: #70AFF1;
}
.AnyTagClassName
{
color: #70AFF1;
}
</style>
background-color css
<style>
a { background-color: #70AFF1; }
a { background-color: rgb(112,175,241); }
div.DivClassName
{
background-color: #70AFF1;
}
.BgClassName
{
background-color: #70AFF1;
}
</style>
border-color css
<style>
span { border-color: #70AFF1; }
span { border-color: rgb(112,175,241); }
td.TdClassName
{
border-color: #70AFF1;
}
.TagClassName
{
border-color: #70AFF1;
}
</style>