Shades of Blue #1001FC
Tints of Blue #1001FC
RGB
CMYK
RGB Variations
Color information
#1001FC (or 0x1001FC) is known color: Blue. HEX triplet: 10, 01 and FC. RGB value is (16,1,252). Sum of RGB (Red+Green+Blue) = 16+1+252=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 1 (0.78% from 255 or 0.37% 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 #1001FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1001FC is #EFFE03. Grayscale: #212121. Windows color (decimal): -15728132 or 16515344. OLE color: 16515344.
HSL color Cylindrical-coordinate representation of color #1001FC: hue angle of 243.59º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1001FC is Cyan = 0.94, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 1 | 252 | - |
| CMYK | 0.94 | 1.00 | 0 | 0.01 |
| HSL | 243.59º | 0.99% | 0.5% | - |
| HSV(B) | 243.59º | 1% | 0.99% | - |
| XYZ | 17.8 | 7.16 | 92.54 | - |
| YUV | 34.1 | 250.97 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 252 | 0.94 | 1.00 | 0 | 0.01 | 243.59 | 0.99 | 0.5 |
| Hex | 10 | 1 | FC | 5E | 64 | 0 | 1 | F4 | 63 | 32 |
| Octal | 20 | 1 | 374 | 136 | 144 | 0 | 1 | 364 | 143 | 62 |
| Binary | 10000 | 1 | 11111100 | 1011110 | 1100100 | 0 | 1 | 11110100 | 1100011 | 110010 |
Color Harmonies of #1001FC
Complementary color
Monochromatic Colors of #1001FC
Black with #1001FC
Text Example
Text Example
White with #1001FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1001FC; }
p { color: rgb(16,1,252); }
H1.HeaderClassName
{
color: #1001FC;
}
.AnyTagClassName
{
color: #1001FC;
}
</style>
background-color css
<style>
a { background-color: #1001FC; }
a { background-color: rgb(16,1,252); }
div.DivClassName
{
background-color: #1001FC;
}
.BgClassName
{
background-color: #1001FC;
}
</style>
border-color css
<style>
span { border-color: #1001FC; }
span { border-color: rgb(16,1,252); }
td.TdClassName
{
border-color: #1001FC;
}
.TagClassName
{
border-color: #1001FC;
}
</style>