Shades of Blue #100CFE
Tints of Blue #100CFE
RGB
CMYK
RGB Variations
Color information
#100CFE (or 0x100CFE) is known color: Blue. HEX triplet: 10, 0C and FE. RGB value is (16,12,254). Sum of RGB (Red+Green+Blue) = 16+12+254=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 254 (99.61% from 255 or 90.07% from 282); Max value from RGB is 254 - color contains mainly: blue. Hex color #100CFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100CFE is #EFF301. Grayscale: #272727. Windows color (decimal): -15725314 or 16649232. OLE color: 16649232.
HSL color Cylindrical-coordinate representation of color #100CFE: hue angle of 240.99º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100CFE is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 12 | 254 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.00 |
| HSL | 240.99º | 0.99% | 0.52% | - |
| HSV(B) | 240.99º | 0.95% | 1% | - |
| XYZ | 18.23 | 7.53 | 94.26 | - |
| YUV | 40.78 | 248.33 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 254 | 0.94 | 0.95 | 0 | 0.00 | 240.99 | 0.99 | 0.52 |
| Hex | 10 | C | FE | 5E | 5F | 0 | 0 | F1 | 63 | 34 |
| Octal | 20 | 14 | 376 | 136 | 137 | 0 | 0 | 361 | 143 | 64 |
| Binary | 10000 | 1100 | 11111110 | 1011110 | 1011111 | 0 | 0 | 11110001 | 1100011 | 110100 |
Color Harmonies of #100CFE
Complementary color
Monochromatic Colors of #100CFE
Black with #100CFE
Text Example
Text Example
White with #100CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100CFE; }
p { color: rgb(16,12,254); }
H1.HeaderClassName
{
color: #100CFE;
}
.AnyTagClassName
{
color: #100CFE;
}
</style>
background-color css
<style>
a { background-color: #100CFE; }
a { background-color: rgb(16,12,254); }
div.DivClassName
{
background-color: #100CFE;
}
.BgClassName
{
background-color: #100CFE;
}
</style>
border-color css
<style>
span { border-color: #100CFE; }
span { border-color: rgb(16,12,254); }
td.TdClassName
{
border-color: #100CFE;
}
.TagClassName
{
border-color: #100CFE;
}
</style>