Shades of Blue #1033FD
Tints of Blue #1033FD
RGB
CMYK
RGB Variations
Color information
#1033FD (or 0x1033FD) is known color: Blue. HEX triplet: 10, 33 and FD. RGB value is (16,51,253). Sum of RGB (Red+Green+Blue) = 16+51+253=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 253 (99.22% from 255 or 79.06% from 320); Max value from RGB is 253 - color contains mainly: blue. Hex color #1033FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1033FD is #EFCC02. Grayscale: #3E3E3E. Windows color (decimal): -15715331 or 16593680. OLE color: 16593680.
HSL color Cylindrical-coordinate representation of color #1033FD: hue angle of 231.14º 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 #1033FD is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 51 | 253 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.01 |
| HSL | 231.14º | 0.98% | 0.53% | - |
| HSV(B) | 231.14º | 0.94% | 0.99% | - |
| XYZ | 19.13 | 9.57 | 93.77 | - |
| YUV | 63.56 | 234.9 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 253 | 0.94 | 0.80 | 0 | 0.01 | 231.14 | 0.98 | 0.53 |
| Hex | 10 | 33 | FD | 5E | 50 | 0 | 1 | E7 | 62 | 35 |
| Octal | 20 | 63 | 375 | 136 | 120 | 0 | 1 | 347 | 142 | 65 |
| Binary | 10000 | 110011 | 11111101 | 1011110 | 1010000 | 0 | 1 | 11100111 | 1100010 | 110101 |
Color Harmonies of #1033FD
Complementary color
Monochromatic Colors of #1033FD
Black with #1033FD
Text Example
Text Example
White with #1033FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1033FD; }
p { color: rgb(16,51,253); }
H1.HeaderClassName
{
color: #1033FD;
}
.AnyTagClassName
{
color: #1033FD;
}
</style>
background-color css
<style>
a { background-color: #1033FD; }
a { background-color: rgb(16,51,253); }
div.DivClassName
{
background-color: #1033FD;
}
.BgClassName
{
background-color: #1033FD;
}
</style>
border-color css
<style>
span { border-color: #1033FD; }
span { border-color: rgb(16,51,253); }
td.TdClassName
{
border-color: #1033FD;
}
.TagClassName
{
border-color: #1033FD;
}
</style>