Shades of Blue #0011FC
Tints of Blue #0011FC
RGB
CMYK
RGB Variations
Color information
#0011FC (or 0x0011FC) is known color: Blue. HEX triplet: 00, 11 and FC. RGB value is (0,17,252). Sum of RGB (Red+Green+Blue) = 0+17+252=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 252 (98.83% from 255 or 93.68% from 269); Max value from RGB is 252 - color contains mainly: blue. Hex color #0011FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0011FC is #FFEE03. Grayscale: #252525. Windows color (decimal): -16772612 or 16519424. OLE color: 16519424.
HSL color Cylindrical-coordinate representation of color #0011FC: hue angle of 235.95º 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 #0011FC is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 17 | 252 | - |
| CMYK | 1 | 0.93 | 0 | 0.01 |
| HSL | 235.95º | 1% | 0.49% | - |
| HSV(B) | 235.95º | 1% | 0.99% | - |
| XYZ | 17.77 | 7.43 | 92.59 | - |
| YUV | 38.71 | 248.37 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 252 | 1 | 0.93 | 0 | 0.01 | 235.95 | 1 | 0.49 |
| Hex | 0 | 11 | FC | 64 | 5D | 0 | 1 | EC | 64 | 31 |
| Octal | 0 | 21 | 374 | 144 | 135 | 0 | 1 | 354 | 144 | 61 |
| Binary | 0 | 10001 | 11111100 | 1100100 | 1011101 | 0 | 1 | 11101100 | 1100100 | 110001 |
Color Harmonies of #0011FC
Complementary color
Monochromatic Colors of #0011FC
Black with #0011FC
Text Example
Text Example
White with #0011FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0011FC; }
p { color: rgb(0,17,252); }
H1.HeaderClassName
{
color: #0011FC;
}
.AnyTagClassName
{
color: #0011FC;
}
</style>
background-color css
<style>
a { background-color: #0011FC; }
a { background-color: rgb(0,17,252); }
div.DivClassName
{
background-color: #0011FC;
}
.BgClassName
{
background-color: #0011FC;
}
</style>
border-color css
<style>
span { border-color: #0011FC; }
span { border-color: rgb(0,17,252); }
td.TdClassName
{
border-color: #0011FC;
}
.TagClassName
{
border-color: #0011FC;
}
</style>