Shades of Blue #1000FA
Tints of Blue #1000FA
RGB
CMYK
RGB Variations
Color information
#1000FA (or 0x1000FA) is known color: Blue. HEX triplet: 10, 00 and FA. RGB value is (16,0,250). Sum of RGB (Red+Green+Blue) = 16+0+250=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 250 (98.05% from 255 or 93.98% from 266); Max value from RGB is 250 - color contains mainly: blue. Hex color #1000FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1000FA is #EFFF05. Grayscale: #202020. Windows color (decimal): -15728390 or 16384016. OLE color: 16384016.
HSL color Cylindrical-coordinate representation of color #1000FA: hue angle of 243.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1000FA is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 0 | 250 | - |
| CMYK | 0.94 | 1 | 0 | 0.02 |
| HSL | 243.84º | 1% | 0.49% | - |
| HSV(B) | 243.84º | 1% | 0.98% | - |
| XYZ | 17.47 | 7.01 | 90.88 | - |
| YUV | 33.28 | 250.3 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 250 | 0.94 | 1 | 0 | 0.02 | 243.84 | 1 | 0.49 |
| Hex | 10 | 0 | FA | 5E | 64 | 0 | 2 | F4 | 64 | 31 |
| Octal | 20 | 0 | 372 | 136 | 144 | 0 | 2 | 364 | 144 | 61 |
| Binary | 10000 | 0 | 11111010 | 1011110 | 1100100 | 0 | 10 | 11110100 | 1100100 | 110001 |
Color Harmonies of #1000FA
Complementary color
Monochromatic Colors of #1000FA
Black with #1000FA
Text Example
Text Example
White with #1000FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1000FA; }
p { color: rgb(16,0,250); }
H1.HeaderClassName
{
color: #1000FA;
}
.AnyTagClassName
{
color: #1000FA;
}
</style>
background-color css
<style>
a { background-color: #1000FA; }
a { background-color: rgb(16,0,250); }
div.DivClassName
{
background-color: #1000FA;
}
.BgClassName
{
background-color: #1000FA;
}
</style>
border-color css
<style>
span { border-color: #1000FA; }
span { border-color: rgb(16,0,250); }
td.TdClassName
{
border-color: #1000FA;
}
.TagClassName
{
border-color: #1000FA;
}
</style>