Shades of Blue #1C01FB
Tints of Blue #1C01FB
RGB
CMYK
RGB Variations
Color information
#1C01FB (or 0x1C01FB) is known color: Blue. HEX triplet: 1C, 01 and FB. RGB value is (28,1,251). Sum of RGB (Red+Green+Blue) = 28+1+251=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 251 (98.44% from 255 or 89.64% from 280); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C01FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C01FB is #E3FE04. Grayscale: #242424. Windows color (decimal): -14941701 or 16449820. OLE color: 16449820.
HSL color Cylindrical-coordinate representation of color #1C01FB: hue angle of 246.48º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C01FB is Cyan = 0.89, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 1 | 251 | - |
| CMYK | 0.89 | 1.00 | 0 | 0.02 |
| HSL | 246.48º | 0.99% | 0.49% | - |
| HSV(B) | 246.48º | 1% | 0.98% | - |
| XYZ | 17.9 | 7.23 | 91.72 | - |
| YUV | 37.57 | 248.45 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 1 | 251 | 0.89 | 1.00 | 0 | 0.02 | 246.48 | 0.99 | 0.49 |
| Hex | 1C | 1 | FB | 59 | 64 | 0 | 2 | F6 | 63 | 31 |
| Octal | 34 | 1 | 373 | 131 | 144 | 0 | 2 | 366 | 143 | 61 |
| Binary | 11100 | 1 | 11111011 | 1011001 | 1100100 | 0 | 10 | 11110110 | 1100011 | 110001 |
Color Harmonies of #1C01FB
Complementary color
Monochromatic Colors of #1C01FB
Black with #1C01FB
Text Example
Text Example
White with #1C01FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C01FB; }
p { color: rgb(28,1,251); }
H1.HeaderClassName
{
color: #1C01FB;
}
.AnyTagClassName
{
color: #1C01FB;
}
</style>
background-color css
<style>
a { background-color: #1C01FB; }
a { background-color: rgb(28,1,251); }
div.DivClassName
{
background-color: #1C01FB;
}
.BgClassName
{
background-color: #1C01FB;
}
</style>
border-color css
<style>
span { border-color: #1C01FB; }
span { border-color: rgb(28,1,251); }
td.TdClassName
{
border-color: #1C01FB;
}
.TagClassName
{
border-color: #1C01FB;
}
</style>