Shades of Jordy Blue #70B0F0
Tints of Jordy Blue #70B0F0
RGB
CMYK
RGB Variations
Color information
#70B0F0 (or 0x70B0F0) is known color: Jordy Blue. HEX triplet: 70, B0 and F0. RGB value is (112,176,240). Sum of RGB (Red+Green+Blue) = 112+176+240=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #70B0F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70B0F0 is #8F4F0F. Grayscale: #A3A3A3. Windows color (decimal): -9391888 or 15773808. OLE color: 15773808.
HSL color Cylindrical-coordinate representation of color #70B0F0: hue angle of 210º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70B0F0 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 176 | 240 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.06 |
| HSL | 210º | 0.81% | 0.69% | - |
| HSV(B) | 210º | 0.53% | 0.94% | - |
| XYZ | 37.94 | 40.79 | 88.31 | - |
| YUV | 164.16 | 170.8 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 176 | 240 | 0.53 | 0.27 | 0 | 0.06 | 210 | 0.81 | 0.69 |
| Hex | 70 | B0 | F0 | 35 | 1B | 0 | 6 | D2 | 51 | 45 |
| Octal | 160 | 260 | 360 | 65 | 33 | 0 | 6 | 322 | 121 | 105 |
| Binary | 1110000 | 10110000 | 11110000 | 110101 | 11011 | 0 | 110 | 11010010 | 1010001 | 1000101 |
Color Harmonies of #70B0F0
Complementary color
Monochromatic Colors of #70B0F0
Black with #70B0F0
Text Example
Text Example
White with #70B0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B0F0; }
p { color: rgb(112,176,240); }
H1.HeaderClassName
{
color: #70B0F0;
}
.AnyTagClassName
{
color: #70B0F0;
}
</style>
background-color css
<style>
a { background-color: #70B0F0; }
a { background-color: rgb(112,176,240); }
div.DivClassName
{
background-color: #70B0F0;
}
.BgClassName
{
background-color: #70B0F0;
}
</style>
border-color css
<style>
span { border-color: #70B0F0; }
span { border-color: rgb(112,176,240); }
td.TdClassName
{
border-color: #70B0F0;
}
.TagClassName
{
border-color: #70B0F0;
}
</style>