Shades of Blue #100AFC
Tints of Blue #100AFC
RGB
CMYK
RGB Variations
Color information
#100AFC (or 0x100AFC) is known color: Blue. HEX triplet: 10, 0A and FC. RGB value is (16,10,252). Sum of RGB (Red+Green+Blue) = 16+10+252=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 252 (98.83% from 255 or 90.65% from 278); Max value from RGB is 252 - color contains mainly: blue. Hex color #100AFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100AFC is #EFF503. Grayscale: #262626. Windows color (decimal): -15725828 or 16517648. OLE color: 16517648.
HSL color Cylindrical-coordinate representation of color #100AFC: hue angle of 241.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100AFC is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 10 | 252 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.01 |
| HSL | 241.49º | 0.98% | 0.51% | - |
| HSV(B) | 241.49º | 0.96% | 0.99% | - |
| XYZ | 17.89 | 7.36 | 92.57 | - |
| YUV | 39.38 | 247.99 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 252 | 0.94 | 0.96 | 0 | 0.01 | 241.49 | 0.98 | 0.51 |
| Hex | 10 | A | FC | 5E | 60 | 0 | 1 | F1 | 62 | 33 |
| Octal | 20 | 12 | 374 | 136 | 140 | 0 | 1 | 361 | 142 | 63 |
| Binary | 10000 | 1010 | 11111100 | 1011110 | 1100000 | 0 | 1 | 11110001 | 1100010 | 110011 |
Color Harmonies of #100AFC
Complementary color
Monochromatic Colors of #100AFC
Black with #100AFC
Text Example
Text Example
White with #100AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100AFC; }
p { color: rgb(16,10,252); }
H1.HeaderClassName
{
color: #100AFC;
}
.AnyTagClassName
{
color: #100AFC;
}
</style>
background-color css
<style>
a { background-color: #100AFC; }
a { background-color: rgb(16,10,252); }
div.DivClassName
{
background-color: #100AFC;
}
.BgClassName
{
background-color: #100AFC;
}
</style>
border-color css
<style>
span { border-color: #100AFC; }
span { border-color: rgb(16,10,252); }
td.TdClassName
{
border-color: #100AFC;
}
.TagClassName
{
border-color: #100AFC;
}
</style>