Shades of Blue #1001FE
Tints of Blue #1001FE
RGB
CMYK
RGB Variations
Color information
#1001FE (or 0x1001FE) is known color: Blue. HEX triplet: 10, 01 and FE. RGB value is (16,1,254). Sum of RGB (Red+Green+Blue) = 16+1+254=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 254 (99.61% from 255 or 93.73% from 271); Max value from RGB is 254 - color contains mainly: blue. Hex color #1001FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1001FE is #EFFE01. Grayscale: #212121. Windows color (decimal): -15728130 or 16646416. OLE color: 16646416.
HSL color Cylindrical-coordinate representation of color #1001FE: hue angle of 243.56º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1001FE is Cyan = 0.94, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 1 | 254 | - |
| CMYK | 0.94 | 1.00 | 0 | 0.00 |
| HSL | 243.56º | 0.99% | 0.5% | - |
| HSV(B) | 243.56º | 1% | 1% | - |
| XYZ | 18.11 | 7.29 | 94.22 | - |
| YUV | 34.33 | 251.97 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 254 | 0.94 | 1.00 | 0 | 0.00 | 243.56 | 0.99 | 0.5 |
| Hex | 10 | 1 | FE | 5E | 64 | 0 | 0 | F4 | 63 | 32 |
| Octal | 20 | 1 | 376 | 136 | 144 | 0 | 0 | 364 | 143 | 62 |
| Binary | 10000 | 1 | 11111110 | 1011110 | 1100100 | 0 | 0 | 11110100 | 1100011 | 110010 |
Color Harmonies of #1001FE
Complementary color
Monochromatic Colors of #1001FE
Black with #1001FE
Text Example
Text Example
White with #1001FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1001FE; }
p { color: rgb(16,1,254); }
H1.HeaderClassName
{
color: #1001FE;
}
.AnyTagClassName
{
color: #1001FE;
}
</style>
background-color css
<style>
a { background-color: #1001FE; }
a { background-color: rgb(16,1,254); }
div.DivClassName
{
background-color: #1001FE;
}
.BgClassName
{
background-color: #1001FE;
}
</style>
border-color css
<style>
span { border-color: #1001FE; }
span { border-color: rgb(16,1,254); }
td.TdClassName
{
border-color: #1001FE;
}
.TagClassName
{
border-color: #1001FE;
}
</style>