Shades of Blue #1C01F6
Tints of Blue #1C01F6
RGB
CMYK
RGB Variations
Color information
#1C01F6 (or 0x1C01F6) is known color: Blue. HEX triplet: 1C, 01 and F6. RGB value is (28,1,246). Sum of RGB (Red+Green+Blue) = 28+1+246=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 246 (96.48% from 255 or 89.45% from 275); Max value from RGB is 246 - color contains mainly: blue. Hex color #1C01F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C01F6 is #E3FE09. Grayscale: #242424. Windows color (decimal): -14941706 or 16122140. OLE color: 16122140.
HSL color Cylindrical-coordinate representation of color #1C01F6: hue angle of 246.61º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C01F6 is Cyan = 0.89, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 1 | 246 | - |
| CMYK | 0.89 | 1.00 | 0 | 0.04 |
| HSL | 246.61º | 0.99% | 0.48% | - |
| HSV(B) | 246.61º | 1% | 0.96% | - |
| XYZ | 17.12 | 6.92 | 87.62 | - |
| YUV | 37 | 245.95 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 1 | 246 | 0.89 | 1.00 | 0 | 0.04 | 246.61 | 0.99 | 0.48 |
| Hex | 1C | 1 | F6 | 59 | 64 | 0 | 4 | F7 | 63 | 30 |
| Octal | 34 | 1 | 366 | 131 | 144 | 0 | 4 | 367 | 143 | 60 |
| Binary | 11100 | 1 | 11110110 | 1011001 | 1100100 | 0 | 100 | 11110111 | 1100011 | 110000 |
Color Harmonies of #1C01F6
Complementary color
Monochromatic Colors of #1C01F6
Black with #1C01F6
Text Example
Text Example
White with #1C01F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C01F6; }
p { color: rgb(28,1,246); }
H1.HeaderClassName
{
color: #1C01F6;
}
.AnyTagClassName
{
color: #1C01F6;
}
</style>
background-color css
<style>
a { background-color: #1C01F6; }
a { background-color: rgb(28,1,246); }
div.DivClassName
{
background-color: #1C01F6;
}
.BgClassName
{
background-color: #1C01F6;
}
</style>
border-color css
<style>
span { border-color: #1C01F6; }
span { border-color: rgb(28,1,246); }
td.TdClassName
{
border-color: #1C01F6;
}
.TagClassName
{
border-color: #1C01F6;
}
</style>