Shades of Blue #1C19FD
Tints of Blue #1C19FD
RGB
CMYK
RGB Variations
Color information
#1C19FD (or 0x1C19FD) is known color: Blue. HEX triplet: 1C, 19 and FD. RGB value is (28,25,253). Sum of RGB (Red+Green+Blue) = 28+25+253=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 253 (99.22% from 255 or 82.68% from 306); Max value from RGB is 253 - color contains mainly: blue. Hex color #1C19FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C19FD is #E3E602. Grayscale: #323232. Windows color (decimal): -14935555 or 16587036. OLE color: 16587036.
HSL color Cylindrical-coordinate representation of color #1C19FD: hue angle of 240.79º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C19FD is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 25 | 253 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.01 |
| HSL | 240.79º | 0.98% | 0.55% | - |
| HSV(B) | 240.79º | 0.9% | 0.99% | - |
| XYZ | 18.56 | 8.03 | 93.5 | - |
| YUV | 51.89 | 241.49 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 253 | 0.89 | 0.90 | 0 | 0.01 | 240.79 | 0.98 | 0.55 |
| Hex | 1C | 19 | FD | 59 | 5A | 0 | 1 | F1 | 62 | 37 |
| Octal | 34 | 31 | 375 | 131 | 132 | 0 | 1 | 361 | 142 | 67 |
| Binary | 11100 | 11001 | 11111101 | 1011001 | 1011010 | 0 | 1 | 11110001 | 1100010 | 110111 |
Color Harmonies of #1C19FD
Complementary color
Monochromatic Colors of #1C19FD
Black with #1C19FD
Text Example
Text Example
White with #1C19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C19FD; }
p { color: rgb(28,25,253); }
H1.HeaderClassName
{
color: #1C19FD;
}
.AnyTagClassName
{
color: #1C19FD;
}
</style>
background-color css
<style>
a { background-color: #1C19FD; }
a { background-color: rgb(28,25,253); }
div.DivClassName
{
background-color: #1C19FD;
}
.BgClassName
{
background-color: #1C19FD;
}
</style>
border-color css
<style>
span { border-color: #1C19FD; }
span { border-color: rgb(28,25,253); }
td.TdClassName
{
border-color: #1C19FD;
}
.TagClassName
{
border-color: #1C19FD;
}
</style>