Shades of Blue #0700FC
Tints of Blue #0700FC
RGB
CMYK
RGB Variations
Color information
#0700FC (or 0x0700FC) is known color: Blue. HEX triplet: 07, 00 and FC. RGB value is (7,0,252). Sum of RGB (Red+Green+Blue) = 7+0+252=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 252 (98.83% from 255 or 97.30% from 259); Max value from RGB is 252 - color contains mainly: blue. Hex color #0700FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0700FC is #F8FF03. Grayscale: #1D1D1D. Windows color (decimal): -16318212 or 16515079. OLE color: 16515079.
HSL color Cylindrical-coordinate representation of color #0700FC: hue angle of 241.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0700FC is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 0 | 252 | - |
| CMYK | 0.97 | 1 | 0 | 0.01 |
| HSL | 241.67º | 1% | 0.49% | - |
| HSV(B) | 241.67º | 1% | 0.99% | - |
| XYZ | 17.66 | 7.07 | 92.53 | - |
| YUV | 30.82 | 252.82 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 252 | 0.97 | 1 | 0 | 0.01 | 241.67 | 1 | 0.49 |
| Hex | 7 | 0 | FC | 61 | 64 | 0 | 1 | F2 | 64 | 31 |
| Octal | 7 | 0 | 374 | 141 | 144 | 0 | 1 | 362 | 144 | 61 |
| Binary | 111 | 0 | 11111100 | 1100001 | 1100100 | 0 | 1 | 11110010 | 1100100 | 110001 |
Color Harmonies of #0700FC
Complementary color
Monochromatic Colors of #0700FC
Black with #0700FC
Text Example
Text Example
White with #0700FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0700FC; }
p { color: rgb(7,0,252); }
H1.HeaderClassName
{
color: #0700FC;
}
.AnyTagClassName
{
color: #0700FC;
}
</style>
background-color css
<style>
a { background-color: #0700FC; }
a { background-color: rgb(7,0,252); }
div.DivClassName
{
background-color: #0700FC;
}
.BgClassName
{
background-color: #0700FC;
}
</style>
border-color css
<style>
span { border-color: #0700FC; }
span { border-color: rgb(7,0,252); }
td.TdClassName
{
border-color: #0700FC;
}
.TagClassName
{
border-color: #0700FC;
}
</style>