Shades of Blue #1036FC
Tints of Blue #1036FC
RGB
CMYK
RGB Variations
Color information
#1036FC (or 0x1036FC) is known color: Blue. HEX triplet: 10, 36 and FC. RGB value is (16,54,252). Sum of RGB (Red+Green+Blue) = 16+54+252=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 252 (98.83% from 255 or 78.26% from 322); Max value from RGB is 252 - color contains mainly: blue. Hex color #1036FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1036FC is #EFC903. Grayscale: #404040. Windows color (decimal): -15714564 or 16528912. OLE color: 16528912.
HSL color Cylindrical-coordinate representation of color #1036FC: hue angle of 230.34º 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 #1036FC is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 54 | 252 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.01 |
| HSL | 230.34º | 0.98% | 0.53% | - |
| HSV(B) | 230.34º | 0.94% | 0.99% | - |
| XYZ | 19.1 | 9.78 | 92.98 | - |
| YUV | 65.21 | 233.41 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 252 | 0.94 | 0.79 | 0 | 0.01 | 230.34 | 0.98 | 0.53 |
| Hex | 10 | 36 | FC | 5E | 4F | 0 | 1 | E6 | 62 | 35 |
| Octal | 20 | 66 | 374 | 136 | 117 | 0 | 1 | 346 | 142 | 65 |
| Binary | 10000 | 110110 | 11111100 | 1011110 | 1001111 | 0 | 1 | 11100110 | 1100010 | 110101 |
Color Harmonies of #1036FC
Complementary color
Monochromatic Colors of #1036FC
Black with #1036FC
Text Example
Text Example
White with #1036FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1036FC; }
p { color: rgb(16,54,252); }
H1.HeaderClassName
{
color: #1036FC;
}
.AnyTagClassName
{
color: #1036FC;
}
</style>
background-color css
<style>
a { background-color: #1036FC; }
a { background-color: rgb(16,54,252); }
div.DivClassName
{
background-color: #1036FC;
}
.BgClassName
{
background-color: #1036FC;
}
</style>
border-color css
<style>
span { border-color: #1036FC; }
span { border-color: rgb(16,54,252); }
td.TdClassName
{
border-color: #1036FC;
}
.TagClassName
{
border-color: #1036FC;
}
</style>