Shades of Jordy Blue #70A0E7
Tints of Jordy Blue #70A0E7
RGB
CMYK
RGB Variations
Color information
#70A0E7 (or 0x70A0E7) is known color: Jordy Blue. HEX triplet: 70, A0 and E7. RGB value is (112,160,231). Sum of RGB (Red+Green+Blue) = 112+160+231=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 231 - color contains mainly: blue. Hex color #70A0E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A0E7 is #8F5F18. Grayscale: #999999. Windows color (decimal): -9395993 or 15179888. OLE color: 15179888.
HSL color Cylindrical-coordinate representation of color #70A0E7: hue angle of 215.8º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70A0E7 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 160 | 231 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.09 |
| HSL | 215.8º | 0.71% | 0.67% | - |
| HSV(B) | 215.8º | 0.52% | 0.91% | - |
| XYZ | 33.68 | 34.36 | 80.46 | - |
| YUV | 153.74 | 171.6 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 160 | 231 | 0.52 | 0.31 | 0 | 0.09 | 215.8 | 0.71 | 0.67 |
| Hex | 70 | A0 | E7 | 34 | 1F | 0 | 9 | D8 | 47 | 43 |
| Octal | 160 | 240 | 347 | 64 | 37 | 0 | 11 | 330 | 107 | 103 |
| Binary | 1110000 | 10100000 | 11100111 | 110100 | 11111 | 0 | 1001 | 11011000 | 1000111 | 1000011 |
Color Harmonies of #70A0E7
Complementary color
Monochromatic Colors of #70A0E7
Black with #70A0E7
Text Example
Text Example
White with #70A0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A0E7; }
p { color: rgb(112,160,231); }
H1.HeaderClassName
{
color: #70A0E7;
}
.AnyTagClassName
{
color: #70A0E7;
}
</style>
background-color css
<style>
a { background-color: #70A0E7; }
a { background-color: rgb(112,160,231); }
div.DivClassName
{
background-color: #70A0E7;
}
.BgClassName
{
background-color: #70A0E7;
}
</style>
border-color css
<style>
span { border-color: #70A0E7; }
span { border-color: rgb(112,160,231); }
td.TdClassName
{
border-color: #70A0E7;
}
.TagClassName
{
border-color: #70A0E7;
}
</style>