Shades of Jordy Blue #70A2DD
Tints of Jordy Blue #70A2DD
RGB
CMYK
RGB Variations
Color information
#70A2DD (or 0x70A2DD) is known color: Jordy Blue. HEX triplet: 70, A2 and DD. RGB value is (112,162,221). Sum of RGB (Red+Green+Blue) = 112+162+221=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #70A2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A2DD is #8F5D22. Grayscale: #999999. Windows color (decimal): -9395491 or 14525040. OLE color: 14525040.
HSL color Cylindrical-coordinate representation of color #70A2DD: hue angle of 212.48º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70A2DD is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 162 | 221 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.13 |
| HSL | 212.48º | 0.62% | 0.65% | - |
| HSV(B) | 212.48º | 0.49% | 0.87% | - |
| XYZ | 32.65 | 34.51 | 73.35 | - |
| YUV | 153.78 | 165.94 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 221 | 0.49 | 0.27 | 0 | 0.13 | 212.48 | 0.62 | 0.65 |
| Hex | 70 | A2 | DD | 31 | 1B | 0 | D | D4 | 3E | 41 |
| Octal | 160 | 242 | 335 | 61 | 33 | 0 | 15 | 324 | 76 | 101 |
| Binary | 1110000 | 10100010 | 11011101 | 110001 | 11011 | 0 | 1101 | 11010100 | 111110 | 1000001 |
Color Harmonies of #70A2DD
Complementary color
Monochromatic Colors of #70A2DD
Black with #70A2DD
Text Example
Text Example
White with #70A2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A2DD; }
p { color: rgb(112,162,221); }
H1.HeaderClassName
{
color: #70A2DD;
}
.AnyTagClassName
{
color: #70A2DD;
}
</style>
background-color css
<style>
a { background-color: #70A2DD; }
a { background-color: rgb(112,162,221); }
div.DivClassName
{
background-color: #70A2DD;
}
.BgClassName
{
background-color: #70A2DD;
}
</style>
border-color css
<style>
span { border-color: #70A2DD; }
span { border-color: rgb(112,162,221); }
td.TdClassName
{
border-color: #70A2DD;
}
.TagClassName
{
border-color: #70A2DD;
}
</style>