Shades of Blue #1C0CFA
Tints of Blue #1C0CFA
RGB
CMYK
RGB Variations
Color information
#1C0CFA (or 0x1C0CFA) is known color: Blue. HEX triplet: 1C, 0C and FA. RGB value is (28,12,250). Sum of RGB (Red+Green+Blue) = 28+12+250=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 250 (98.05% from 255 or 86.21% from 290); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C0CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C0CFA is #E3F305. Grayscale: #2A2A2A. Windows color (decimal): -14938886 or 16387100. OLE color: 16387100.
HSL color Cylindrical-coordinate representation of color #1C0CFA: hue angle of 244.03º 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 #1C0CFA is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 12 | 250 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.02 |
| HSL | 244.03º | 0.96% | 0.51% | - |
| HSV(B) | 244.03º | 0.95% | 0.98% | - |
| XYZ | 17.87 | 7.41 | 90.93 | - |
| YUV | 43.92 | 244.3 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 12 | 250 | 0.89 | 0.95 | 0 | 0.02 | 244.03 | 0.96 | 0.51 |
| Hex | 1C | C | FA | 59 | 5F | 0 | 2 | F4 | 60 | 33 |
| Octal | 34 | 14 | 372 | 131 | 137 | 0 | 2 | 364 | 140 | 63 |
| Binary | 11100 | 1100 | 11111010 | 1011001 | 1011111 | 0 | 10 | 11110100 | 1100000 | 110011 |
Color Harmonies of #1C0CFA
Complementary color
Monochromatic Colors of #1C0CFA
Black with #1C0CFA
Text Example
Text Example
White with #1C0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0CFA; }
p { color: rgb(28,12,250); }
H1.HeaderClassName
{
color: #1C0CFA;
}
.AnyTagClassName
{
color: #1C0CFA;
}
</style>
background-color css
<style>
a { background-color: #1C0CFA; }
a { background-color: rgb(28,12,250); }
div.DivClassName
{
background-color: #1C0CFA;
}
.BgClassName
{
background-color: #1C0CFA;
}
</style>
border-color css
<style>
span { border-color: #1C0CFA; }
span { border-color: rgb(28,12,250); }
td.TdClassName
{
border-color: #1C0CFA;
}
.TagClassName
{
border-color: #1C0CFA;
}
</style>