Shades of Blue #070DF6
Tints of Blue #070DF6
RGB
CMYK
RGB Variations
Color information
#070DF6 (or 0x070DF6) is known color: Blue. HEX triplet: 07, 0D and F6. RGB value is (7,13,246). Sum of RGB (Red+Green+Blue) = 7+13+246=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 246 (96.48% from 255 or 92.48% from 266); Max value from RGB is 246 - color contains mainly: blue. Hex color #070DF6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070DF6 is #F8F209. Grayscale: #242424. Windows color (decimal): -16314890 or 16125191. OLE color: 16125191.
HSL color Cylindrical-coordinate representation of color #070DF6: hue angle of 238.49º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070DF6 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 13 | 246 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.04 |
| HSL | 238.49º | 0.94% | 0.5% | - |
| HSV(B) | 238.49º | 0.97% | 0.96% | - |
| XYZ | 16.87 | 6.99 | 87.65 | - |
| YUV | 37.77 | 245.51 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 246 | 0.97 | 0.95 | 0 | 0.04 | 238.49 | 0.94 | 0.5 |
| Hex | 7 | D | F6 | 61 | 5F | 0 | 4 | EE | 5E | 32 |
| Octal | 7 | 15 | 366 | 141 | 137 | 0 | 4 | 356 | 136 | 62 |
| Binary | 111 | 1101 | 11110110 | 1100001 | 1011111 | 0 | 100 | 11101110 | 1011110 | 110010 |
Color Harmonies of #070DF6
Complementary color
Monochromatic Colors of #070DF6
Black with #070DF6
Text Example
Text Example
White with #070DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070DF6; }
p { color: rgb(7,13,246); }
H1.HeaderClassName
{
color: #070DF6;
}
.AnyTagClassName
{
color: #070DF6;
}
</style>
background-color css
<style>
a { background-color: #070DF6; }
a { background-color: rgb(7,13,246); }
div.DivClassName
{
background-color: #070DF6;
}
.BgClassName
{
background-color: #070DF6;
}
</style>
border-color css
<style>
span { border-color: #070DF6; }
span { border-color: rgb(7,13,246); }
td.TdClassName
{
border-color: #070DF6;
}
.TagClassName
{
border-color: #070DF6;
}
</style>