Shades of Blue #100DF3
Tints of Blue #100DF3
RGB
CMYK
RGB Variations
Color information
#100DF3 (or 0x100DF3) is known color: Blue. HEX triplet: 10, 0D and F3. RGB value is (16,13,243). Sum of RGB (Red+Green+Blue) = 16+13+243=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 243 (95.31% from 255 or 89.34% from 272); Max value from RGB is 243 - color contains mainly: blue. Hex color #100DF3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100DF3 is #EFF20C. Grayscale: #272727. Windows color (decimal): -15725069 or 15928592. OLE color: 15928592.
HSL color Cylindrical-coordinate representation of color #100DF3: hue angle of 240.78º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100DF3 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 13 | 243 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.05 |
| HSL | 240.78º | 0.91% | 0.5% | - |
| HSV(B) | 240.78º | 0.95% | 0.95% | - |
| XYZ | 16.54 | 6.87 | 85.25 | - |
| YUV | 40.12 | 242.49 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 243 | 0.93 | 0.95 | 0 | 0.05 | 240.78 | 0.91 | 0.5 |
| Hex | 10 | D | F3 | 5D | 5F | 0 | 5 | F1 | 5B | 32 |
| Octal | 20 | 15 | 363 | 135 | 137 | 0 | 5 | 361 | 133 | 62 |
| Binary | 10000 | 1101 | 11110011 | 1011101 | 1011111 | 0 | 101 | 11110001 | 1011011 | 110010 |
Color Harmonies of #100DF3
Complementary color
Monochromatic Colors of #100DF3
Black with #100DF3
Text Example
Text Example
White with #100DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100DF3; }
p { color: rgb(16,13,243); }
H1.HeaderClassName
{
color: #100DF3;
}
.AnyTagClassName
{
color: #100DF3;
}
</style>
background-color css
<style>
a { background-color: #100DF3; }
a { background-color: rgb(16,13,243); }
div.DivClassName
{
background-color: #100DF3;
}
.BgClassName
{
background-color: #100DF3;
}
</style>
border-color css
<style>
span { border-color: #100DF3; }
span { border-color: rgb(16,13,243); }
td.TdClassName
{
border-color: #100DF3;
}
.TagClassName
{
border-color: #100DF3;
}
</style>