Shades of Blue #1C0EFB
Tints of Blue #1C0EFB
RGB
CMYK
RGB Variations
Color information
#1C0EFB (or 0x1C0EFB) is known color: Blue. HEX triplet: 1C, 0E and FB. RGB value is (28,14,251). Sum of RGB (Red+Green+Blue) = 28+14+251=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 251 (98.44% from 255 or 85.67% from 293); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C0EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C0EFB is #E3F104. Grayscale: #2C2C2C. Windows color (decimal): -14938373 or 16453148. OLE color: 16453148.
HSL color Cylindrical-coordinate representation of color #1C0EFB: hue angle of 243.54º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0EFB is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 14 | 251 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.02 |
| HSL | 243.54º | 0.97% | 0.52% | - |
| HSV(B) | 243.54º | 0.94% | 0.98% | - |
| XYZ | 18.05 | 7.53 | 91.77 | - |
| YUV | 45.2 | 244.14 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 14 | 251 | 0.89 | 0.94 | 0 | 0.02 | 243.54 | 0.97 | 0.52 |
| Hex | 1C | E | FB | 59 | 5E | 0 | 2 | F4 | 61 | 34 |
| Octal | 34 | 16 | 373 | 131 | 136 | 0 | 2 | 364 | 141 | 64 |
| Binary | 11100 | 1110 | 11111011 | 1011001 | 1011110 | 0 | 10 | 11110100 | 1100001 | 110100 |
Color Harmonies of #1C0EFB
Complementary color
Monochromatic Colors of #1C0EFB
Black with #1C0EFB
Text Example
Text Example
White with #1C0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0EFB; }
p { color: rgb(28,14,251); }
H1.HeaderClassName
{
color: #1C0EFB;
}
.AnyTagClassName
{
color: #1C0EFB;
}
</style>
background-color css
<style>
a { background-color: #1C0EFB; }
a { background-color: rgb(28,14,251); }
div.DivClassName
{
background-color: #1C0EFB;
}
.BgClassName
{
background-color: #1C0EFB;
}
</style>
border-color css
<style>
span { border-color: #1C0EFB; }
span { border-color: rgb(28,14,251); }
td.TdClassName
{
border-color: #1C0EFB;
}
.TagClassName
{
border-color: #1C0EFB;
}
</style>