Shades of Blue #1C09FD
Tints of Blue #1C09FD
RGB
CMYK
RGB Variations
Color information
#1C09FD (or 0x1C09FD) is known color: Blue. HEX triplet: 1C, 09 and FD. RGB value is (28,9,253). Sum of RGB (Red+Green+Blue) = 28+9+253=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 253 (99.22% from 255 or 87.24% from 290); Max value from RGB is 253 - color contains mainly: blue. Hex color #1C09FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C09FD is #E3F602. Grayscale: #292929. Windows color (decimal): -14939651 or 16582940. OLE color: 16582940.
HSL color Cylindrical-coordinate representation of color #1C09FD: hue angle of 244.67º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C09FD is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 9 | 253 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.01 |
| HSL | 244.67º | 0.98% | 0.51% | - |
| HSV(B) | 244.67º | 0.96% | 0.99% | - |
| XYZ | 18.31 | 7.53 | 93.42 | - |
| YUV | 42.5 | 246.79 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 9 | 253 | 0.89 | 0.96 | 0 | 0.01 | 244.67 | 0.98 | 0.51 |
| Hex | 1C | 9 | FD | 59 | 60 | 0 | 1 | F5 | 62 | 33 |
| Octal | 34 | 11 | 375 | 131 | 140 | 0 | 1 | 365 | 142 | 63 |
| Binary | 11100 | 1001 | 11111101 | 1011001 | 1100000 | 0 | 1 | 11110101 | 1100010 | 110011 |
Color Harmonies of #1C09FD
Complementary color
Monochromatic Colors of #1C09FD
Black with #1C09FD
Text Example
Text Example
White with #1C09FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C09FD; }
p { color: rgb(28,9,253); }
H1.HeaderClassName
{
color: #1C09FD;
}
.AnyTagClassName
{
color: #1C09FD;
}
</style>
background-color css
<style>
a { background-color: #1C09FD; }
a { background-color: rgb(28,9,253); }
div.DivClassName
{
background-color: #1C09FD;
}
.BgClassName
{
background-color: #1C09FD;
}
</style>
border-color css
<style>
span { border-color: #1C09FD; }
span { border-color: rgb(28,9,253); }
td.TdClassName
{
border-color: #1C09FD;
}
.TagClassName
{
border-color: #1C09FD;
}
</style>