Shades of Jordy Blue #70A4CF
Tints of Jordy Blue #70A4CF
RGB
CMYK
RGB Variations
Color information
#70A4CF (or 0x70A4CF) is known color: Jordy Blue. HEX triplet: 70, A4 and CF. RGB value is (112,164,207). Sum of RGB (Red+Green+Blue) = 112+164+207=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #70A4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A4CF is #8F5B30. Grayscale: #999999. Windows color (decimal): -9394993 or 13608048. OLE color: 13608048.
HSL color Cylindrical-coordinate representation of color #70A4CF: hue angle of 207.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70A4CF is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 164 | 207 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.19 |
| HSL | 207.16º | 0.5% | 0.63% | - |
| HSV(B) | 207.16º | 0.46% | 0.81% | - |
| XYZ | 31.22 | 34.5 | 64.05 | - |
| YUV | 153.35 | 158.27 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 207 | 0.46 | 0.21 | 0 | 0.19 | 207.16 | 0.5 | 0.63 |
| Hex | 70 | A4 | CF | 2E | 15 | 0 | 13 | CF | 32 | 3F |
| Octal | 160 | 244 | 317 | 56 | 25 | 0 | 23 | 317 | 62 | 77 |
| Binary | 1110000 | 10100100 | 11001111 | 101110 | 10101 | 0 | 10011 | 11001111 | 110010 | 111111 |
Color Harmonies of #70A4CF
Complementary color
Monochromatic Colors of #70A4CF
Black with #70A4CF
Text Example
Text Example
White with #70A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A4CF; }
p { color: rgb(112,164,207); }
H1.HeaderClassName
{
color: #70A4CF;
}
.AnyTagClassName
{
color: #70A4CF;
}
</style>
background-color css
<style>
a { background-color: #70A4CF; }
a { background-color: rgb(112,164,207); }
div.DivClassName
{
background-color: #70A4CF;
}
.BgClassName
{
background-color: #70A4CF;
}
</style>
border-color css
<style>
span { border-color: #70A4CF; }
span { border-color: rgb(112,164,207); }
td.TdClassName
{
border-color: #70A4CF;
}
.TagClassName
{
border-color: #70A4CF;
}
</style>