Shades of Blue #1C04EA
Tints of Blue #1C04EA
RGB
CMYK
RGB Variations
Color information
#1C04EA (or 0x1C04EA) is known color: Blue. HEX triplet: 1C, 04 and EA. RGB value is (28,4,234). Sum of RGB (Red+Green+Blue) = 28+4+234=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 234 (91.80% from 255 or 87.97% from 266); Max value from RGB is 234 - color contains mainly: blue. Hex color #1C04EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C04EA is #E3FB15. Grayscale: #242424. Windows color (decimal): -14940950 or 15336476. OLE color: 15336476.
HSL color Cylindrical-coordinate representation of color #1C04EA: hue angle of 246.26º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C04EA is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 4 | 234 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.08 |
| HSL | 246.26º | 0.97% | 0.47% | - |
| HSV(B) | 246.26º | 0.98% | 0.92% | - |
| XYZ | 15.37 | 6.27 | 78.24 | - |
| YUV | 37.4 | 238.95 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 4 | 234 | 0.88 | 0.98 | 0 | 0.08 | 246.26 | 0.97 | 0.47 |
| Hex | 1C | 4 | EA | 58 | 62 | 0 | 8 | F6 | 61 | 2F |
| Octal | 34 | 4 | 352 | 130 | 142 | 0 | 10 | 366 | 141 | 57 |
| Binary | 11100 | 100 | 11101010 | 1011000 | 1100010 | 0 | 1000 | 11110110 | 1100001 | 101111 |
Color Harmonies of #1C04EA
Complementary color
Monochromatic Colors of #1C04EA
Black with #1C04EA
Text Example
Text Example
White with #1C04EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C04EA; }
p { color: rgb(28,4,234); }
H1.HeaderClassName
{
color: #1C04EA;
}
.AnyTagClassName
{
color: #1C04EA;
}
</style>
background-color css
<style>
a { background-color: #1C04EA; }
a { background-color: rgb(28,4,234); }
div.DivClassName
{
background-color: #1C04EA;
}
.BgClassName
{
background-color: #1C04EA;
}
</style>
border-color css
<style>
span { border-color: #1C04EA; }
span { border-color: rgb(28,4,234); }
td.TdClassName
{
border-color: #1C04EA;
}
.TagClassName
{
border-color: #1C04EA;
}
</style>