Shades of Medium Blue #100BCF
Tints of Medium Blue #100BCF
RGB
CMYK
RGB Variations
Color information
#100BCF (or 0x100BCF) is known color: Medium Blue. HEX triplet: 10, 0B and CF. RGB value is (16,11,207). Sum of RGB (Red+Green+Blue) = 16+11+207=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 207 (81.25% from 255 or 88.46% from 234); Max value from RGB is 207 - color contains mainly: blue. Hex color #100BCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100BCF is #EFF430. Grayscale: #222222. Windows color (decimal): -15725617 or 13568784. OLE color: 13568784.
HSL color Cylindrical-coordinate representation of color #100BCF: hue angle of 241.53º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100BCF is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 11 | 207 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.19 |
| HSL | 241.53º | 0.9% | 0.43% | - |
| HSV(B) | 241.53º | 0.95% | 0.81% | - |
| XYZ | 11.6 | 4.85 | 59.36 | - |
| YUV | 34.84 | 225.16 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 207 | 0.92 | 0.95 | 0 | 0.19 | 241.53 | 0.9 | 0.43 |
| Hex | 10 | B | CF | 5C | 5F | 0 | 13 | F2 | 5A | 2B |
| Octal | 20 | 13 | 317 | 134 | 137 | 0 | 23 | 362 | 132 | 53 |
| Binary | 10000 | 1011 | 11001111 | 1011100 | 1011111 | 0 | 10011 | 11110010 | 1011010 | 101011 |
Color Harmonies of #100BCF
Complementary color
Monochromatic Colors of #100BCF
Black with #100BCF
Text Example
Text Example
White with #100BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100BCF; }
p { color: rgb(16,11,207); }
H1.HeaderClassName
{
color: #100BCF;
}
.AnyTagClassName
{
color: #100BCF;
}
</style>
background-color css
<style>
a { background-color: #100BCF; }
a { background-color: rgb(16,11,207); }
div.DivClassName
{
background-color: #100BCF;
}
.BgClassName
{
background-color: #100BCF;
}
</style>
border-color css
<style>
span { border-color: #100BCF; }
span { border-color: rgb(16,11,207); }
td.TdClassName
{
border-color: #100BCF;
}
.TagClassName
{
border-color: #100BCF;
}
</style>