Shades of Blue #1021FD
Tints of Blue #1021FD
RGB
CMYK
RGB Variations
Color information
#1021FD (or 0x1021FD) is known color: Blue. HEX triplet: 10, 21 and FD. RGB value is (16,33,253). Sum of RGB (Red+Green+Blue) = 16+33+253=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 253 (99.22% from 255 or 83.77% from 302); Max value from RGB is 253 - color contains mainly: blue. Hex color #1021FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1021FD is #EFDE02. Grayscale: #343434. Windows color (decimal): -15719939 or 16589072. OLE color: 16589072.
HSL color Cylindrical-coordinate representation of color #1021FD: hue angle of 235.7º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1021FD is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 33 | 253 | - |
| CMYK | 0.94 | 0.87 | 0 | 0.01 |
| HSL | 235.7º | 0.98% | 0.53% | - |
| HSV(B) | 235.7º | 0.94% | 0.99% | - |
| XYZ | 18.49 | 8.29 | 93.55 | - |
| YUV | 53 | 240.87 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 253 | 0.94 | 0.87 | 0 | 0.01 | 235.7 | 0.98 | 0.53 |
| Hex | 10 | 21 | FD | 5E | 57 | 0 | 1 | EC | 62 | 35 |
| Octal | 20 | 41 | 375 | 136 | 127 | 0 | 1 | 354 | 142 | 65 |
| Binary | 10000 | 100001 | 11111101 | 1011110 | 1010111 | 0 | 1 | 11101100 | 1100010 | 110101 |
Color Harmonies of #1021FD
Complementary color
Monochromatic Colors of #1021FD
Black with #1021FD
Text Example
Text Example
White with #1021FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1021FD; }
p { color: rgb(16,33,253); }
H1.HeaderClassName
{
color: #1021FD;
}
.AnyTagClassName
{
color: #1021FD;
}
</style>
background-color css
<style>
a { background-color: #1021FD; }
a { background-color: rgb(16,33,253); }
div.DivClassName
{
background-color: #1021FD;
}
.BgClassName
{
background-color: #1021FD;
}
</style>
border-color css
<style>
span { border-color: #1021FD; }
span { border-color: rgb(16,33,253); }
td.TdClassName
{
border-color: #1021FD;
}
.TagClassName
{
border-color: #1021FD;
}
</style>