Shades of Blue #0700FD
Tints of Blue #0700FD
RGB
CMYK
RGB Variations
Color information
#0700FD (or 0x0700FD) is known color: Blue. HEX triplet: 07, 00 and FD. RGB value is (7,0,253). Sum of RGB (Red+Green+Blue) = 7+0+253=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 253 (99.22% from 255 or 97.31% from 260); Max value from RGB is 253 - color contains mainly: blue. Hex color #0700FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0700FD is #F8FF02. Grayscale: #1D1D1D. Windows color (decimal): -16318211 or 16580615. OLE color: 16580615.
HSL color Cylindrical-coordinate representation of color #0700FD: hue angle of 241.66º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0700FD is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 0 | 253 | - |
| CMYK | 0.97 | 1 | 0 | 0.01 |
| HSL | 241.66º | 1% | 0.5% | - |
| HSV(B) | 241.66º | 1% | 0.99% | - |
| XYZ | 17.82 | 7.14 | 93.37 | - |
| YUV | 30.94 | 253.32 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 253 | 0.97 | 1 | 0 | 0.01 | 241.66 | 1 | 0.5 |
| Hex | 7 | 0 | FD | 61 | 64 | 0 | 1 | F2 | 64 | 32 |
| Octal | 7 | 0 | 375 | 141 | 144 | 0 | 1 | 362 | 144 | 62 |
| Binary | 111 | 0 | 11111101 | 1100001 | 1100100 | 0 | 1 | 11110010 | 1100100 | 110010 |
Color Harmonies of #0700FD
Complementary color
Monochromatic Colors of #0700FD
Black with #0700FD
Text Example
Text Example
White with #0700FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0700FD; }
p { color: rgb(7,0,253); }
H1.HeaderClassName
{
color: #0700FD;
}
.AnyTagClassName
{
color: #0700FD;
}
</style>
background-color css
<style>
a { background-color: #0700FD; }
a { background-color: rgb(7,0,253); }
div.DivClassName
{
background-color: #0700FD;
}
.BgClassName
{
background-color: #0700FD;
}
</style>
border-color css
<style>
span { border-color: #0700FD; }
span { border-color: rgb(7,0,253); }
td.TdClassName
{
border-color: #0700FD;
}
.TagClassName
{
border-color: #0700FD;
}
</style>