Shades of Blue #1039FE
Tints of Blue #1039FE
RGB
CMYK
RGB Variations
Color information
#1039FE (or 0x1039FE) is known color: Blue. HEX triplet: 10, 39 and FE. RGB value is (16,57,254). Sum of RGB (Red+Green+Blue) = 16+57+254=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 254 (99.61% from 255 or 77.68% from 327); Max value from RGB is 254 - color contains mainly: blue. Hex color #1039FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1039FE is #EFC601. Grayscale: #424242. Windows color (decimal): -15713794 or 16660752. OLE color: 16660752.
HSL color Cylindrical-coordinate representation of color #1039FE: hue angle of 229.66º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1039FE is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 57 | 254 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.00 |
| HSL | 229.66º | 0.99% | 0.53% | - |
| HSV(B) | 229.66º | 0.94% | 1% | - |
| XYZ | 19.57 | 10.19 | 94.7 | - |
| YUV | 67.2 | 233.42 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 254 | 0.94 | 0.78 | 0 | 0.00 | 229.66 | 0.99 | 0.53 |
| Hex | 10 | 39 | FE | 5E | 4E | 0 | 0 | E6 | 63 | 35 |
| Octal | 20 | 71 | 376 | 136 | 116 | 0 | 0 | 346 | 143 | 65 |
| Binary | 10000 | 111001 | 11111110 | 1011110 | 1001110 | 0 | 0 | 11100110 | 1100011 | 110101 |
Color Harmonies of #1039FE
Complementary color
Monochromatic Colors of #1039FE
Black with #1039FE
Text Example
Text Example
White with #1039FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1039FE; }
p { color: rgb(16,57,254); }
H1.HeaderClassName
{
color: #1039FE;
}
.AnyTagClassName
{
color: #1039FE;
}
</style>
background-color css
<style>
a { background-color: #1039FE; }
a { background-color: rgb(16,57,254); }
div.DivClassName
{
background-color: #1039FE;
}
.BgClassName
{
background-color: #1039FE;
}
</style>
border-color css
<style>
span { border-color: #1039FE; }
span { border-color: rgb(16,57,254); }
td.TdClassName
{
border-color: #1039FE;
}
.TagClassName
{
border-color: #1039FE;
}
</style>