Shades of Blue #070DF5
Tints of Blue #070DF5
RGB
CMYK
RGB Variations
Color information
#070DF5 (or 0x070DF5) is known color: Blue. HEX triplet: 07, 0D and F5. RGB value is (7,13,245). Sum of RGB (Red+Green+Blue) = 7+13+245=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 245 (96.09% from 255 or 92.45% from 265); Max value from RGB is 245 - color contains mainly: blue. Hex color #070DF5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070DF5 is #F8F20A. Grayscale: #242424. Windows color (decimal): -16314891 or 16059655. OLE color: 16059655.
HSL color Cylindrical-coordinate representation of color #070DF5: hue angle of 238.49º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070DF5 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 13 | 245 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.04 |
| HSL | 238.49º | 0.94% | 0.49% | - |
| HSV(B) | 238.49º | 0.97% | 0.96% | - |
| XYZ | 16.71 | 6.93 | 86.84 | - |
| YUV | 37.65 | 245.01 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 245 | 0.97 | 0.95 | 0 | 0.04 | 238.49 | 0.94 | 0.49 |
| Hex | 7 | D | F5 | 61 | 5F | 0 | 4 | EE | 5E | 31 |
| Octal | 7 | 15 | 365 | 141 | 137 | 0 | 4 | 356 | 136 | 61 |
| Binary | 111 | 1101 | 11110101 | 1100001 | 1011111 | 0 | 100 | 11101110 | 1011110 | 110001 |
Color Harmonies of #070DF5
Complementary color
Monochromatic Colors of #070DF5
Black with #070DF5
Text Example
Text Example
White with #070DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070DF5; }
p { color: rgb(7,13,245); }
H1.HeaderClassName
{
color: #070DF5;
}
.AnyTagClassName
{
color: #070DF5;
}
</style>
background-color css
<style>
a { background-color: #070DF5; }
a { background-color: rgb(7,13,245); }
div.DivClassName
{
background-color: #070DF5;
}
.BgClassName
{
background-color: #070DF5;
}
</style>
border-color css
<style>
span { border-color: #070DF5; }
span { border-color: rgb(7,13,245); }
td.TdClassName
{
border-color: #070DF5;
}
.TagClassName
{
border-color: #070DF5;
}
</style>