Shades of Blue #100CF3
Tints of Blue #100CF3
RGB
CMYK
RGB Variations
Color information
#100CF3 (or 0x100CF3) is known color: Blue. HEX triplet: 10, 0C and F3. RGB value is (16,12,243). Sum of RGB (Red+Green+Blue) = 16+12+243=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 243 (95.31% from 255 or 89.67% from 271); Max value from RGB is 243 - color contains mainly: blue. Hex color #100CF3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100CF3 is #EFF30C. Grayscale: #262626. Windows color (decimal): -15725325 or 15928336. OLE color: 15928336.
HSL color Cylindrical-coordinate representation of color #100CF3: hue angle of 241.04º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100CF3 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 12 | 243 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.05 |
| HSL | 241.04º | 0.91% | 0.5% | - |
| HSV(B) | 241.04º | 0.95% | 0.95% | - |
| XYZ | 16.52 | 6.84 | 85.24 | - |
| YUV | 39.53 | 242.83 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 243 | 0.93 | 0.95 | 0 | 0.05 | 241.04 | 0.91 | 0.5 |
| Hex | 10 | C | F3 | 5D | 5F | 0 | 5 | F1 | 5B | 32 |
| Octal | 20 | 14 | 363 | 135 | 137 | 0 | 5 | 361 | 133 | 62 |
| Binary | 10000 | 1100 | 11110011 | 1011101 | 1011111 | 0 | 101 | 11110001 | 1011011 | 110010 |
Color Harmonies of #100CF3
Complementary color
Monochromatic Colors of #100CF3
Black with #100CF3
Text Example
Text Example
White with #100CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100CF3; }
p { color: rgb(16,12,243); }
H1.HeaderClassName
{
color: #100CF3;
}
.AnyTagClassName
{
color: #100CF3;
}
</style>
background-color css
<style>
a { background-color: #100CF3; }
a { background-color: rgb(16,12,243); }
div.DivClassName
{
background-color: #100CF3;
}
.BgClassName
{
background-color: #100CF3;
}
</style>
border-color css
<style>
span { border-color: #100CF3; }
span { border-color: rgb(16,12,243); }
td.TdClassName
{
border-color: #100CF3;
}
.TagClassName
{
border-color: #100CF3;
}
</style>