Shades of Blue #1C0EF9
Tints of Blue #1C0EF9
RGB
CMYK
RGB Variations
Color information
#1C0EF9 (or 0x1C0EF9) is known color: Blue. HEX triplet: 1C, 0E and F9. RGB value is (28,14,249). Sum of RGB (Red+Green+Blue) = 28+14+249=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 249 (97.66% from 255 or 85.57% from 291); Max value from RGB is 249 - color contains mainly: blue. Hex color #1C0EF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C0EF9 is #E3F106. Grayscale: #2C2C2C. Windows color (decimal): -14938375 or 16322076. OLE color: 16322076.
HSL color Cylindrical-coordinate representation of color #1C0EF9: hue angle of 243.57º degrees, saturation: 0.95, 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 #1C0EF9 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 14 | 249 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.02 |
| HSL | 243.57º | 0.95% | 0.52% | - |
| HSV(B) | 243.57º | 0.94% | 0.98% | - |
| XYZ | 17.73 | 7.4 | 90.12 | - |
| YUV | 44.98 | 243.14 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 14 | 249 | 0.89 | 0.94 | 0 | 0.02 | 243.57 | 0.95 | 0.52 |
| Hex | 1C | E | F9 | 59 | 5E | 0 | 2 | F4 | 5F | 34 |
| Octal | 34 | 16 | 371 | 131 | 136 | 0 | 2 | 364 | 137 | 64 |
| Binary | 11100 | 1110 | 11111001 | 1011001 | 1011110 | 0 | 10 | 11110100 | 1011111 | 110100 |
Color Harmonies of #1C0EF9
Complementary color
Monochromatic Colors of #1C0EF9
Black with #1C0EF9
Text Example
Text Example
White with #1C0EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0EF9; }
p { color: rgb(28,14,249); }
H1.HeaderClassName
{
color: #1C0EF9;
}
.AnyTagClassName
{
color: #1C0EF9;
}
</style>
background-color css
<style>
a { background-color: #1C0EF9; }
a { background-color: rgb(28,14,249); }
div.DivClassName
{
background-color: #1C0EF9;
}
.BgClassName
{
background-color: #1C0EF9;
}
</style>
border-color css
<style>
span { border-color: #1C0EF9; }
span { border-color: rgb(28,14,249); }
td.TdClassName
{
border-color: #1C0EF9;
}
.TagClassName
{
border-color: #1C0EF9;
}
</style>