Shades of Blue #070DF0
Tints of Blue #070DF0
RGB
CMYK
RGB Variations
Color information
#070DF0 (or 0x070DF0) is known color: Blue. HEX triplet: 07, 0D and F0. RGB value is (7,13,240). Sum of RGB (Red+Green+Blue) = 7+13+240=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 240 (94.14% from 255 or 92.31% from 260); Max value from RGB is 240 - color contains mainly: blue. Hex color #070DF0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070DF0 is #F8F20F. Grayscale: #242424. Windows color (decimal): -16314896 or 15731975. OLE color: 15731975.
HSL color Cylindrical-coordinate representation of color #070DF0: hue angle of 238.45º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070DF0 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 13 | 240 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.06 |
| HSL | 238.45º | 0.94% | 0.48% | - |
| HSV(B) | 238.45º | 0.97% | 0.94% | - |
| XYZ | 15.96 | 6.62 | 82.88 | - |
| YUV | 37.08 | 242.51 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 240 | 0.97 | 0.95 | 0 | 0.06 | 238.45 | 0.94 | 0.48 |
| Hex | 7 | D | F0 | 61 | 5F | 0 | 6 | EE | 5E | 30 |
| Octal | 7 | 15 | 360 | 141 | 137 | 0 | 6 | 356 | 136 | 60 |
| Binary | 111 | 1101 | 11110000 | 1100001 | 1011111 | 0 | 110 | 11101110 | 1011110 | 110000 |
Color Harmonies of #070DF0
Complementary color
Monochromatic Colors of #070DF0
Black with #070DF0
Text Example
Text Example
White with #070DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070DF0; }
p { color: rgb(7,13,240); }
H1.HeaderClassName
{
color: #070DF0;
}
.AnyTagClassName
{
color: #070DF0;
}
</style>
background-color css
<style>
a { background-color: #070DF0; }
a { background-color: rgb(7,13,240); }
div.DivClassName
{
background-color: #070DF0;
}
.BgClassName
{
background-color: #070DF0;
}
</style>
border-color css
<style>
span { border-color: #070DF0; }
span { border-color: rgb(7,13,240); }
td.TdClassName
{
border-color: #070DF0;
}
.TagClassName
{
border-color: #070DF0;
}
</style>