Shades of Blue #1010FA
Tints of Blue #1010FA
RGB
CMYK
RGB Variations
Color information
#1010FA (or 0x1010FA) is known color: Blue. HEX triplet: 10, 10 and FA. RGB value is (16,16,250). Sum of RGB (Red+Green+Blue) = 16+16+250=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 250 (98.05% from 255 or 88.65% from 282); Max value from RGB is 250 - color contains mainly: blue. Hex color #1010FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1010FA is #EFEF05. Grayscale: #292929. Windows color (decimal): -15724294 or 16388112. OLE color: 16388112.
HSL color Cylindrical-coordinate representation of color #1010FA: hue angle of 240º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1010FA is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 16 | 250 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.02 |
| HSL | 240º | 0.96% | 0.52% | - |
| HSV(B) | 240º | 0.94% | 0.98% | - |
| XYZ | 17.65 | 7.38 | 90.94 | - |
| YUV | 42.68 | 245 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 250 | 0.94 | 0.94 | 0 | 0.02 | 240 | 0.96 | 0.52 |
| Hex | 10 | 10 | FA | 5E | 5E | 0 | 2 | F0 | 60 | 34 |
| Octal | 20 | 20 | 372 | 136 | 136 | 0 | 2 | 360 | 140 | 64 |
| Binary | 10000 | 10000 | 11111010 | 1011110 | 1011110 | 0 | 10 | 11110000 | 1100000 | 110100 |
Color Harmonies of #1010FA
Complementary color
Monochromatic Colors of #1010FA
Black with #1010FA
Text Example
Text Example
White with #1010FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1010FA; }
p { color: rgb(16,16,250); }
H1.HeaderClassName
{
color: #1010FA;
}
.AnyTagClassName
{
color: #1010FA;
}
</style>
background-color css
<style>
a { background-color: #1010FA; }
a { background-color: rgb(16,16,250); }
div.DivClassName
{
background-color: #1010FA;
}
.BgClassName
{
background-color: #1010FA;
}
</style>
border-color css
<style>
span { border-color: #1010FA; }
span { border-color: rgb(16,16,250); }
td.TdClassName
{
border-color: #1010FA;
}
.TagClassName
{
border-color: #1010FA;
}
</style>