Shades of Blue #100BFD
Tints of Blue #100BFD
RGB
CMYK
RGB Variations
Color information
#100BFD (or 0x100BFD) is known color: Blue. HEX triplet: 10, 0B and FD. RGB value is (16,11,253). Sum of RGB (Red+Green+Blue) = 16+11+253=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 253 (99.22% from 255 or 90.36% from 280); Max value from RGB is 253 - color contains mainly: blue. Hex color #100BFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100BFD is #EFF402. Grayscale: #272727. Windows color (decimal): -15725571 or 16583440. OLE color: 16583440.
HSL color Cylindrical-coordinate representation of color #100BFD: hue angle of 241.24º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100BFD is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 11 | 253 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.01 |
| HSL | 241.24º | 0.98% | 0.52% | - |
| HSV(B) | 241.24º | 0.96% | 0.99% | - |
| XYZ | 18.06 | 7.44 | 93.41 | - |
| YUV | 40.08 | 248.16 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 253 | 0.94 | 0.96 | 0 | 0.01 | 241.24 | 0.98 | 0.52 |
| Hex | 10 | B | FD | 5E | 60 | 0 | 1 | F1 | 62 | 34 |
| Octal | 20 | 13 | 375 | 136 | 140 | 0 | 1 | 361 | 142 | 64 |
| Binary | 10000 | 1011 | 11111101 | 1011110 | 1100000 | 0 | 1 | 11110001 | 1100010 | 110100 |
Color Harmonies of #100BFD
Complementary color
Monochromatic Colors of #100BFD
Black with #100BFD
Text Example
Text Example
White with #100BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100BFD; }
p { color: rgb(16,11,253); }
H1.HeaderClassName
{
color: #100BFD;
}
.AnyTagClassName
{
color: #100BFD;
}
</style>
background-color css
<style>
a { background-color: #100BFD; }
a { background-color: rgb(16,11,253); }
div.DivClassName
{
background-color: #100BFD;
}
.BgClassName
{
background-color: #100BFD;
}
</style>
border-color css
<style>
span { border-color: #100BFD; }
span { border-color: rgb(16,11,253); }
td.TdClassName
{
border-color: #100BFD;
}
.TagClassName
{
border-color: #100BFD;
}
</style>