Shades of Blue #100CED
Tints of Blue #100CED
RGB
CMYK
RGB Variations
Color information
#100CED (or 0x100CED) is known color: Blue. HEX triplet: 10, 0C and ED. RGB value is (16,12,237). Sum of RGB (Red+Green+Blue) = 16+12+237=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 237 (92.97% from 255 or 89.43% from 265); Max value from RGB is 237 - color contains mainly: blue. Hex color #100CED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100CED is #EFF312. Grayscale: #252525. Windows color (decimal): -15725331 or 15535120. OLE color: 15535120.
HSL color Cylindrical-coordinate representation of color #100CED: hue angle of 241.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100CED is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 12 | 237 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.07 |
| HSL | 241.07º | 0.9% | 0.49% | - |
| HSV(B) | 241.07º | 0.95% | 0.93% | - |
| XYZ | 15.63 | 6.49 | 80.55 | - |
| YUV | 38.85 | 239.83 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 237 | 0.93 | 0.95 | 0 | 0.07 | 241.07 | 0.9 | 0.49 |
| Hex | 10 | C | ED | 5D | 5F | 0 | 7 | F1 | 5A | 31 |
| Octal | 20 | 14 | 355 | 135 | 137 | 0 | 7 | 361 | 132 | 61 |
| Binary | 10000 | 1100 | 11101101 | 1011101 | 1011111 | 0 | 111 | 11110001 | 1011010 | 110001 |
Color Harmonies of #100CED
Complementary color
Monochromatic Colors of #100CED
Black with #100CED
Text Example
Text Example
White with #100CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100CED; }
p { color: rgb(16,12,237); }
H1.HeaderClassName
{
color: #100CED;
}
.AnyTagClassName
{
color: #100CED;
}
</style>
background-color css
<style>
a { background-color: #100CED; }
a { background-color: rgb(16,12,237); }
div.DivClassName
{
background-color: #100CED;
}
.BgClassName
{
background-color: #100CED;
}
</style>
border-color css
<style>
span { border-color: #100CED; }
span { border-color: rgb(16,12,237); }
td.TdClassName
{
border-color: #100CED;
}
.TagClassName
{
border-color: #100CED;
}
</style>