Shades of Jordy Blue #70AFDF
Tints of Jordy Blue #70AFDF
RGB
CMYK
RGB Variations
Color information
#70AFDF (or 0x70AFDF) is known color: Jordy Blue. HEX triplet: 70, AF and DF. RGB value is (112,175,223). Sum of RGB (Red+Green+Blue) = 112+175+223=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #70AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AFDF is #8F5020. Grayscale: #A1A1A1. Windows color (decimal): -9392161 or 14659440. OLE color: 14659440.
HSL color Cylindrical-coordinate representation of color #70AFDF: hue angle of 205.95º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70AFDF is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 175 | 223 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.13 |
| HSL | 205.95º | 0.63% | 0.66% | - |
| HSV(B) | 205.95º | 0.5% | 0.87% | - |
| XYZ | 35.33 | 39.43 | 75.56 | - |
| YUV | 161.64 | 162.63 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 223 | 0.50 | 0.22 | 0 | 0.13 | 205.95 | 0.63 | 0.66 |
| Hex | 70 | AF | DF | 32 | 16 | 0 | D | CE | 3F | 42 |
| Octal | 160 | 257 | 337 | 62 | 26 | 0 | 15 | 316 | 77 | 102 |
| Binary | 1110000 | 10101111 | 11011111 | 110010 | 10110 | 0 | 1101 | 11001110 | 111111 | 1000010 |
Color Harmonies of #70AFDF
Complementary color
Monochromatic Colors of #70AFDF
Black with #70AFDF
Text Example
Text Example
White with #70AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AFDF; }
p { color: rgb(112,175,223); }
H1.HeaderClassName
{
color: #70AFDF;
}
.AnyTagClassName
{
color: #70AFDF;
}
</style>
background-color css
<style>
a { background-color: #70AFDF; }
a { background-color: rgb(112,175,223); }
div.DivClassName
{
background-color: #70AFDF;
}
.BgClassName
{
background-color: #70AFDF;
}
</style>
border-color css
<style>
span { border-color: #70AFDF; }
span { border-color: rgb(112,175,223); }
td.TdClassName
{
border-color: #70AFDF;
}
.TagClassName
{
border-color: #70AFDF;
}
</style>