Shades of Blue #070FFD
Tints of Blue #070FFD
RGB
CMYK
RGB Variations
Color information
#070FFD (or 0x070FFD) is known color: Blue. HEX triplet: 07, 0F and FD. RGB value is (7,15,253). Sum of RGB (Red+Green+Blue) = 7+15+253=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 253 (99.22% from 255 or 92% from 275); Max value from RGB is 253 - color contains mainly: blue. Hex color #070FFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070FFD is #F8F002. Grayscale: #262626. Windows color (decimal): -16314371 or 16584455. OLE color: 16584455.
HSL color Cylindrical-coordinate representation of color #070FFD: hue angle of 238.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070FFD is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 15 | 253 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.01 |
| HSL | 238.05º | 0.98% | 0.51% | - |
| HSV(B) | 238.05º | 0.97% | 0.99% | - |
| XYZ | 17.99 | 7.48 | 93.42 | - |
| YUV | 39.74 | 248.35 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 253 | 0.97 | 0.94 | 0 | 0.01 | 238.05 | 0.98 | 0.51 |
| Hex | 7 | F | FD | 61 | 5E | 0 | 1 | EE | 62 | 33 |
| Octal | 7 | 17 | 375 | 141 | 136 | 0 | 1 | 356 | 142 | 63 |
| Binary | 111 | 1111 | 11111101 | 1100001 | 1011110 | 0 | 1 | 11101110 | 1100010 | 110011 |
Color Harmonies of #070FFD
Complementary color
Monochromatic Colors of #070FFD
Black with #070FFD
Text Example
Text Example
White with #070FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070FFD; }
p { color: rgb(7,15,253); }
H1.HeaderClassName
{
color: #070FFD;
}
.AnyTagClassName
{
color: #070FFD;
}
</style>
background-color css
<style>
a { background-color: #070FFD; }
a { background-color: rgb(7,15,253); }
div.DivClassName
{
background-color: #070FFD;
}
.BgClassName
{
background-color: #070FFD;
}
</style>
border-color css
<style>
span { border-color: #070FFD; }
span { border-color: rgb(7,15,253); }
td.TdClassName
{
border-color: #070FFD;
}
.TagClassName
{
border-color: #070FFD;
}
</style>