Shades of Jordy Blue #70A4DF
Tints of Jordy Blue #70A4DF
RGB
CMYK
RGB Variations
Color information
#70A4DF (or 0x70A4DF) is known color: Jordy Blue. HEX triplet: 70, A4 and DF. RGB value is (112,164,223). Sum of RGB (Red+Green+Blue) = 112+164+223=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #70A4DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A4DF is #8F5B20. Grayscale: #9A9A9A. Windows color (decimal): -9394977 or 14656624. OLE color: 14656624.
HSL color Cylindrical-coordinate representation of color #70A4DF: hue angle of 211.89º 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 #70A4DF is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 164 | 223 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.13 |
| HSL | 211.89º | 0.63% | 0.66% | - |
| HSV(B) | 211.89º | 0.5% | 0.87% | - |
| XYZ | 33.28 | 35.32 | 74.88 | - |
| YUV | 155.18 | 166.27 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 223 | 0.50 | 0.26 | 0 | 0.13 | 211.89 | 0.63 | 0.66 |
| Hex | 70 | A4 | DF | 32 | 1A | 0 | D | D4 | 3F | 42 |
| Octal | 160 | 244 | 337 | 62 | 32 | 0 | 15 | 324 | 77 | 102 |
| Binary | 1110000 | 10100100 | 11011111 | 110010 | 11010 | 0 | 1101 | 11010100 | 111111 | 1000010 |
Color Harmonies of #70A4DF
Complementary color
Monochromatic Colors of #70A4DF
Black with #70A4DF
Text Example
Text Example
White with #70A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A4DF; }
p { color: rgb(112,164,223); }
H1.HeaderClassName
{
color: #70A4DF;
}
.AnyTagClassName
{
color: #70A4DF;
}
</style>
background-color css
<style>
a { background-color: #70A4DF; }
a { background-color: rgb(112,164,223); }
div.DivClassName
{
background-color: #70A4DF;
}
.BgClassName
{
background-color: #70A4DF;
}
</style>
border-color css
<style>
span { border-color: #70A4DF; }
span { border-color: rgb(112,164,223); }
td.TdClassName
{
border-color: #70A4DF;
}
.TagClassName
{
border-color: #70A4DF;
}
</style>