Shades of Blue #100DFC
Tints of Blue #100DFC
RGB
CMYK
RGB Variations
Color information
#100DFC (or 0x100DFC) is known color: Blue. HEX triplet: 10, 0D and FC. RGB value is (16,13,252). Sum of RGB (Red+Green+Blue) = 16+13+252=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 252 (98.83% from 255 or 89.68% from 281); Max value from RGB is 252 - color contains mainly: blue. Hex color #100DFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100DFC is #EFF203. Grayscale: #282828. Windows color (decimal): -15725060 or 16518416. OLE color: 16518416.
HSL color Cylindrical-coordinate representation of color #100DFC: hue angle of 240.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100DFC is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 13 | 252 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.01 |
| HSL | 240.75º | 0.98% | 0.52% | - |
| HSV(B) | 240.75º | 0.95% | 0.99% | - |
| XYZ | 17.93 | 7.43 | 92.58 | - |
| YUV | 41.14 | 246.99 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 252 | 0.94 | 0.95 | 0 | 0.01 | 240.75 | 0.98 | 0.52 |
| Hex | 10 | D | FC | 5E | 5F | 0 | 1 | F1 | 62 | 34 |
| Octal | 20 | 15 | 374 | 136 | 137 | 0 | 1 | 361 | 142 | 64 |
| Binary | 10000 | 1101 | 11111100 | 1011110 | 1011111 | 0 | 1 | 11110001 | 1100010 | 110100 |
Color Harmonies of #100DFC
Complementary color
Monochromatic Colors of #100DFC
Black with #100DFC
Text Example
Text Example
White with #100DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100DFC; }
p { color: rgb(16,13,252); }
H1.HeaderClassName
{
color: #100DFC;
}
.AnyTagClassName
{
color: #100DFC;
}
</style>
background-color css
<style>
a { background-color: #100DFC; }
a { background-color: rgb(16,13,252); }
div.DivClassName
{
background-color: #100DFC;
}
.BgClassName
{
background-color: #100DFC;
}
</style>
border-color css
<style>
span { border-color: #100DFC; }
span { border-color: rgb(16,13,252); }
td.TdClassName
{
border-color: #100DFC;
}
.TagClassName
{
border-color: #100DFC;
}
</style>