Shades of Blue #100CEF
Tints of Blue #100CEF
RGB
CMYK
RGB Variations
Color information
#100CEF (or 0x100CEF) is known color: Blue. HEX triplet: 10, 0C and EF. RGB value is (16,12,239). Sum of RGB (Red+Green+Blue) = 16+12+239=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 239 (93.75% from 255 or 89.51% from 267); Max value from RGB is 239 - color contains mainly: blue. Hex color #100CEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100CEF is #EFF310. Grayscale: #262626. Windows color (decimal): -15725329 or 15666192. OLE color: 15666192.
HSL color Cylindrical-coordinate representation of color #100CEF: hue angle of 241.06º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100CEF is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 12 | 239 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.06 |
| HSL | 241.06º | 0.9% | 0.49% | - |
| HSV(B) | 241.06º | 0.95% | 0.94% | - |
| XYZ | 15.93 | 6.61 | 82.1 | - |
| YUV | 39.07 | 240.83 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 239 | 0.93 | 0.95 | 0 | 0.06 | 241.06 | 0.9 | 0.49 |
| Hex | 10 | C | EF | 5D | 5F | 0 | 6 | F1 | 5A | 31 |
| Octal | 20 | 14 | 357 | 135 | 137 | 0 | 6 | 361 | 132 | 61 |
| Binary | 10000 | 1100 | 11101111 | 1011101 | 1011111 | 0 | 110 | 11110001 | 1011010 | 110001 |
Color Harmonies of #100CEF
Complementary color
Monochromatic Colors of #100CEF
Black with #100CEF
Text Example
Text Example
White with #100CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100CEF; }
p { color: rgb(16,12,239); }
H1.HeaderClassName
{
color: #100CEF;
}
.AnyTagClassName
{
color: #100CEF;
}
</style>
background-color css
<style>
a { background-color: #100CEF; }
a { background-color: rgb(16,12,239); }
div.DivClassName
{
background-color: #100CEF;
}
.BgClassName
{
background-color: #100CEF;
}
</style>
border-color css
<style>
span { border-color: #100CEF; }
span { border-color: rgb(16,12,239); }
td.TdClassName
{
border-color: #100CEF;
}
.TagClassName
{
border-color: #100CEF;
}
</style>