Shades of Blue #1029FC
Tints of Blue #1029FC
RGB
CMYK
RGB Variations
Color information
#1029FC (or 0x1029FC) is known color: Blue. HEX triplet: 10, 29 and FC. RGB value is (16,41,252). Sum of RGB (Red+Green+Blue) = 16+41+252=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 252 (98.83% from 255 or 81.55% from 309); Max value from RGB is 252 - color contains mainly: blue. Hex color #1029FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1029FC is #EFD603. Grayscale: #383838. Windows color (decimal): -15717892 or 16525584. OLE color: 16525584.
HSL color Cylindrical-coordinate representation of color #1029FC: hue angle of 233.64º 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 #1029FC is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 41 | 252 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.01 |
| HSL | 233.64º | 0.98% | 0.53% | - |
| HSV(B) | 233.64º | 0.94% | 0.99% | - |
| XYZ | 18.58 | 8.72 | 92.8 | - |
| YUV | 57.58 | 237.72 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 252 | 0.94 | 0.84 | 0 | 0.01 | 233.64 | 0.98 | 0.53 |
| Hex | 10 | 29 | FC | 5E | 54 | 0 | 1 | EA | 62 | 35 |
| Octal | 20 | 51 | 374 | 136 | 124 | 0 | 1 | 352 | 142 | 65 |
| Binary | 10000 | 101001 | 11111100 | 1011110 | 1010100 | 0 | 1 | 11101010 | 1100010 | 110101 |
Color Harmonies of #1029FC
Complementary color
Monochromatic Colors of #1029FC
Black with #1029FC
Text Example
Text Example
White with #1029FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1029FC; }
p { color: rgb(16,41,252); }
H1.HeaderClassName
{
color: #1029FC;
}
.AnyTagClassName
{
color: #1029FC;
}
</style>
background-color css
<style>
a { background-color: #1029FC; }
a { background-color: rgb(16,41,252); }
div.DivClassName
{
background-color: #1029FC;
}
.BgClassName
{
background-color: #1029FC;
}
</style>
border-color css
<style>
span { border-color: #1029FC; }
span { border-color: rgb(16,41,252); }
td.TdClassName
{
border-color: #1029FC;
}
.TagClassName
{
border-color: #1029FC;
}
</style>