Shades of Blue #100CFA
Tints of Blue #100CFA
RGB
CMYK
RGB Variations
Color information
#100CFA (or 0x100CFA) is known color: Blue. HEX triplet: 10, 0C and FA. RGB value is (16,12,250). Sum of RGB (Red+Green+Blue) = 16+12+250=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 250 (98.05% from 255 or 89.93% from 278); Max value from RGB is 250 - color contains mainly: blue. Hex color #100CFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100CFA is #EFF305. Grayscale: #272727. Windows color (decimal): -15725318 or 16387088. OLE color: 16387088.
HSL color Cylindrical-coordinate representation of color #100CFA: hue angle of 241.01º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100CFA is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 12 | 250 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.02 |
| HSL | 241.01º | 0.96% | 0.51% | - |
| HSV(B) | 241.01º | 0.95% | 0.98% | - |
| XYZ | 17.6 | 7.28 | 90.92 | - |
| YUV | 40.33 | 246.33 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 250 | 0.94 | 0.95 | 0 | 0.02 | 241.01 | 0.96 | 0.51 |
| Hex | 10 | C | FA | 5E | 5F | 0 | 2 | F1 | 60 | 33 |
| Octal | 20 | 14 | 372 | 136 | 137 | 0 | 2 | 361 | 140 | 63 |
| Binary | 10000 | 1100 | 11111010 | 1011110 | 1011111 | 0 | 10 | 11110001 | 1100000 | 110011 |
Color Harmonies of #100CFA
Complementary color
Monochromatic Colors of #100CFA
Black with #100CFA
Text Example
Text Example
White with #100CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100CFA; }
p { color: rgb(16,12,250); }
H1.HeaderClassName
{
color: #100CFA;
}
.AnyTagClassName
{
color: #100CFA;
}
</style>
background-color css
<style>
a { background-color: #100CFA; }
a { background-color: rgb(16,12,250); }
div.DivClassName
{
background-color: #100CFA;
}
.BgClassName
{
background-color: #100CFA;
}
</style>
border-color css
<style>
span { border-color: #100CFA; }
span { border-color: rgb(16,12,250); }
td.TdClassName
{
border-color: #100CFA;
}
.TagClassName
{
border-color: #100CFA;
}
</style>