Shades of Blue #100BFF
Tints of Blue #100BFF
RGB
CMYK
RGB Variations
Color information
#100BFF (or 0x100BFF) is known color: Blue. HEX triplet: 10, 0B and FF. RGB value is (16,11,255). Sum of RGB (Red+Green+Blue) = 16+11+255=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 255 (100% from 255 or 90.43% from 282); Max value from RGB is 255 - color contains mainly: blue. Hex color #100BFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100BFF is #EFF400. Grayscale: #272727. Windows color (decimal): -15725569 or 16714512. OLE color: 16714512.
HSL color Cylindrical-coordinate representation of color #100BFF: hue angle of 241.23º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100BFF is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 11 | 255 | - |
| CMYK | 0.94 | 0.96 | 0 | 0 |
| HSL | 241.23º | 1% | 0.52% | - |
| HSV(B) | 241.23º | 0.96% | 1% | - |
| XYZ | 18.38 | 7.57 | 95.1 | - |
| YUV | 40.31 | 249.16 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 255 | 0.94 | 0.96 | 0 | 0 | 241.23 | 1 | 0.52 |
| Hex | 10 | B | FF | 5E | 60 | 0 | 0 | F1 | 64 | 34 |
| Octal | 20 | 13 | 377 | 136 | 140 | 0 | 0 | 361 | 144 | 64 |
| Binary | 10000 | 1011 | 11111111 | 1011110 | 1100000 | 0 | 0 | 11110001 | 1100100 | 110100 |
Color Harmonies of #100BFF
Complementary color
Monochromatic Colors of #100BFF
Black with #100BFF
Text Example
Text Example
White with #100BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100BFF; }
p { color: rgb(16,11,255); }
H1.HeaderClassName
{
color: #100BFF;
}
.AnyTagClassName
{
color: #100BFF;
}
</style>
background-color css
<style>
a { background-color: #100BFF; }
a { background-color: rgb(16,11,255); }
div.DivClassName
{
background-color: #100BFF;
}
.BgClassName
{
background-color: #100BFF;
}
</style>
border-color css
<style>
span { border-color: #100BFF; }
span { border-color: rgb(16,11,255); }
td.TdClassName
{
border-color: #100BFF;
}
.TagClassName
{
border-color: #100BFF;
}
</style>