Shades of Blue #1C0BFA
Tints of Blue #1C0BFA
RGB
CMYK
RGB Variations
Color information
#1C0BFA (or 0x1C0BFA) is known color: Blue. HEX triplet: 1C, 0B and FA. RGB value is (28,11,250). Sum of RGB (Red+Green+Blue) = 28+11+250=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 250 (98.05% from 255 or 86.51% from 289); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C0BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C0BFA is #E3F405. Grayscale: #2A2A2A. Windows color (decimal): -14939142 or 16386844. OLE color: 16386844.
HSL color Cylindrical-coordinate representation of color #1C0BFA: hue angle of 244.27º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C0BFA is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 11 | 250 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.02 |
| HSL | 244.27º | 0.96% | 0.51% | - |
| HSV(B) | 244.27º | 0.96% | 0.98% | - |
| XYZ | 17.85 | 7.39 | 90.93 | - |
| YUV | 43.33 | 244.63 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 11 | 250 | 0.89 | 0.96 | 0 | 0.02 | 244.27 | 0.96 | 0.51 |
| Hex | 1C | B | FA | 59 | 60 | 0 | 2 | F4 | 60 | 33 |
| Octal | 34 | 13 | 372 | 131 | 140 | 0 | 2 | 364 | 140 | 63 |
| Binary | 11100 | 1011 | 11111010 | 1011001 | 1100000 | 0 | 10 | 11110100 | 1100000 | 110011 |
Color Harmonies of #1C0BFA
Complementary color
Monochromatic Colors of #1C0BFA
Black with #1C0BFA
Text Example
Text Example
White with #1C0BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0BFA; }
p { color: rgb(28,11,250); }
H1.HeaderClassName
{
color: #1C0BFA;
}
.AnyTagClassName
{
color: #1C0BFA;
}
</style>
background-color css
<style>
a { background-color: #1C0BFA; }
a { background-color: rgb(28,11,250); }
div.DivClassName
{
background-color: #1C0BFA;
}
.BgClassName
{
background-color: #1C0BFA;
}
</style>
border-color css
<style>
span { border-color: #1C0BFA; }
span { border-color: rgb(28,11,250); }
td.TdClassName
{
border-color: #1C0BFA;
}
.TagClassName
{
border-color: #1C0BFA;
}
</style>