Shades of Blue #1001FD
Tints of Blue #1001FD
RGB
CMYK
RGB Variations
Color information
#1001FD (or 0x1001FD) is known color: Blue. HEX triplet: 10, 01 and FD. RGB value is (16,1,253). Sum of RGB (Red+Green+Blue) = 16+1+253=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 253 (99.22% from 255 or 93.70% from 270); Max value from RGB is 253 - color contains mainly: blue. Hex color #1001FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1001FD is #EFFE02. Grayscale: #212121. Windows color (decimal): -15728131 or 16580880. OLE color: 16580880.
HSL color Cylindrical-coordinate representation of color #1001FD: hue angle of 243.57º 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 #1001FD is Cyan = 0.94, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 1 | 253 | - |
| CMYK | 0.94 | 1.00 | 0 | 0.01 |
| HSL | 243.57º | 0.99% | 0.5% | - |
| HSV(B) | 243.57º | 1% | 0.99% | - |
| XYZ | 17.95 | 7.22 | 93.38 | - |
| YUV | 34.21 | 251.47 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 253 | 0.94 | 1.00 | 0 | 0.01 | 243.57 | 0.99 | 0.5 |
| Hex | 10 | 1 | FD | 5E | 64 | 0 | 1 | F4 | 63 | 32 |
| Octal | 20 | 1 | 375 | 136 | 144 | 0 | 1 | 364 | 143 | 62 |
| Binary | 10000 | 1 | 11111101 | 1011110 | 1100100 | 0 | 1 | 11110100 | 1100011 | 110010 |
Color Harmonies of #1001FD
Complementary color
Monochromatic Colors of #1001FD
Black with #1001FD
Text Example
Text Example
White with #1001FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1001FD; }
p { color: rgb(16,1,253); }
H1.HeaderClassName
{
color: #1001FD;
}
.AnyTagClassName
{
color: #1001FD;
}
</style>
background-color css
<style>
a { background-color: #1001FD; }
a { background-color: rgb(16,1,253); }
div.DivClassName
{
background-color: #1001FD;
}
.BgClassName
{
background-color: #1001FD;
}
</style>
border-color css
<style>
span { border-color: #1001FD; }
span { border-color: rgb(16,1,253); }
td.TdClassName
{
border-color: #1001FD;
}
.TagClassName
{
border-color: #1001FD;
}
</style>