Shades of Blue #1C0DF9
Tints of Blue #1C0DF9
RGB
CMYK
RGB Variations
Color information
#1C0DF9 (or 0x1C0DF9) is known color: Blue. HEX triplet: 1C, 0D and F9. RGB value is (28,13,249). Sum of RGB (Red+Green+Blue) = 28+13+249=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 249 (97.66% from 255 or 85.86% from 290); Max value from RGB is 249 - color contains mainly: blue. Hex color #1C0DF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C0DF9 is #E3F206. Grayscale: #2B2B2B. Windows color (decimal): -14938631 or 16321820. OLE color: 16321820.
HSL color Cylindrical-coordinate representation of color #1C0DF9: hue angle of 243.81º degrees, saturation: 0.95, 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 #1C0DF9 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 13 | 249 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.02 |
| HSL | 243.81º | 0.95% | 0.51% | - |
| HSV(B) | 243.81º | 0.95% | 0.98% | - |
| XYZ | 17.72 | 7.37 | 90.11 | - |
| YUV | 44.39 | 243.47 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 13 | 249 | 0.89 | 0.95 | 0 | 0.02 | 243.81 | 0.95 | 0.51 |
| Hex | 1C | D | F9 | 59 | 5F | 0 | 2 | F4 | 5F | 33 |
| Octal | 34 | 15 | 371 | 131 | 137 | 0 | 2 | 364 | 137 | 63 |
| Binary | 11100 | 1101 | 11111001 | 1011001 | 1011111 | 0 | 10 | 11110100 | 1011111 | 110011 |
Color Harmonies of #1C0DF9
Complementary color
Monochromatic Colors of #1C0DF9
Black with #1C0DF9
Text Example
Text Example
White with #1C0DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0DF9; }
p { color: rgb(28,13,249); }
H1.HeaderClassName
{
color: #1C0DF9;
}
.AnyTagClassName
{
color: #1C0DF9;
}
</style>
background-color css
<style>
a { background-color: #1C0DF9; }
a { background-color: rgb(28,13,249); }
div.DivClassName
{
background-color: #1C0DF9;
}
.BgClassName
{
background-color: #1C0DF9;
}
</style>
border-color css
<style>
span { border-color: #1C0DF9; }
span { border-color: rgb(28,13,249); }
td.TdClassName
{
border-color: #1C0DF9;
}
.TagClassName
{
border-color: #1C0DF9;
}
</style>