Shades of Blue #070DFF
Tints of Blue #070DFF
RGB
CMYK
RGB Variations
Color information
#070DFF (or 0x070DFF) is known color: Blue. HEX triplet: 07, 0D and FF. RGB value is (7,13,255). Sum of RGB (Red+Green+Blue) = 7+13+255=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 255 (100% from 255 or 92.73% from 275); Max value from RGB is 255 - color contains mainly: blue. Hex color #070DFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070DFF is #F8F200. Grayscale: #252525. Windows color (decimal): -16314881 or 16715015. OLE color: 16715015.
HSL color Cylindrical-coordinate representation of color #070DFF: hue angle of 238.55º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070DFF is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 13 | 255 | - |
| CMYK | 0.97 | 0.95 | 0 | 0 |
| HSL | 238.55º | 1% | 0.51% | - |
| HSV(B) | 238.55º | 0.97% | 1% | - |
| XYZ | 18.28 | 7.55 | 95.1 | - |
| YUV | 38.79 | 250.01 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 255 | 0.97 | 0.95 | 0 | 0 | 238.55 | 1 | 0.51 |
| Hex | 7 | D | FF | 61 | 5F | 0 | 0 | EF | 64 | 33 |
| Octal | 7 | 15 | 377 | 141 | 137 | 0 | 0 | 357 | 144 | 63 |
| Binary | 111 | 1101 | 11111111 | 1100001 | 1011111 | 0 | 0 | 11101111 | 1100100 | 110011 |
Color Harmonies of #070DFF
Complementary color
Monochromatic Colors of #070DFF
Black with #070DFF
Text Example
Text Example
White with #070DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070DFF; }
p { color: rgb(7,13,255); }
H1.HeaderClassName
{
color: #070DFF;
}
.AnyTagClassName
{
color: #070DFF;
}
</style>
background-color css
<style>
a { background-color: #070DFF; }
a { background-color: rgb(7,13,255); }
div.DivClassName
{
background-color: #070DFF;
}
.BgClassName
{
background-color: #070DFF;
}
</style>
border-color css
<style>
span { border-color: #070DFF; }
span { border-color: rgb(7,13,255); }
td.TdClassName
{
border-color: #070DFF;
}
.TagClassName
{
border-color: #070DFF;
}
</style>