Shades of Blue #100DFA
Tints of Blue #100DFA
RGB
CMYK
RGB Variations
Color information
#100DFA (or 0x100DFA) is known color: Blue. HEX triplet: 10, 0D and FA. RGB value is (16,13,250). Sum of RGB (Red+Green+Blue) = 16+13+250=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 250 (98.05% from 255 or 89.61% from 279); Max value from RGB is 250 - color contains mainly: blue. Hex color #100DFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100DFA is #EFF205. Grayscale: #272727. Windows color (decimal): -15725062 or 16387344. OLE color: 16387344.
HSL color Cylindrical-coordinate representation of color #100DFA: hue angle of 240.76º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100DFA is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 13 | 250 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.02 |
| HSL | 240.76º | 0.96% | 0.52% | - |
| HSV(B) | 240.76º | 0.95% | 0.98% | - |
| XYZ | 17.61 | 7.3 | 90.92 | - |
| YUV | 40.92 | 245.99 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 250 | 0.94 | 0.95 | 0 | 0.02 | 240.76 | 0.96 | 0.52 |
| Hex | 10 | D | FA | 5E | 5F | 0 | 2 | F1 | 60 | 34 |
| Octal | 20 | 15 | 372 | 136 | 137 | 0 | 2 | 361 | 140 | 64 |
| Binary | 10000 | 1101 | 11111010 | 1011110 | 1011111 | 0 | 10 | 11110001 | 1100000 | 110100 |
Color Harmonies of #100DFA
Complementary color
Monochromatic Colors of #100DFA
Black with #100DFA
Text Example
Text Example
White with #100DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100DFA; }
p { color: rgb(16,13,250); }
H1.HeaderClassName
{
color: #100DFA;
}
.AnyTagClassName
{
color: #100DFA;
}
</style>
background-color css
<style>
a { background-color: #100DFA; }
a { background-color: rgb(16,13,250); }
div.DivClassName
{
background-color: #100DFA;
}
.BgClassName
{
background-color: #100DFA;
}
</style>
border-color css
<style>
span { border-color: #100DFA; }
span { border-color: rgb(16,13,250); }
td.TdClassName
{
border-color: #100DFA;
}
.TagClassName
{
border-color: #100DFA;
}
</style>