Shades of Medium Blue #041CDF
Tints of Medium Blue #041CDF
RGB
CMYK
RGB Variations
Color information
#041CDF (or 0x041CDF) is known color: Medium Blue. HEX triplet: 04, 1C and DF. RGB value is (4,28,223). Sum of RGB (Red+Green+Blue) = 4+28+223=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 223 (87.5% from 255 or 87.45% from 255); Max value from RGB is 223 - color contains mainly: blue. Hex color #041CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041CDF is #FBE320. Grayscale: #2A2A2A. Windows color (decimal): -16507681 or 14621700. OLE color: 14621700.
HSL color Cylindrical-coordinate representation of color #041CDF: hue angle of 233.42º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041CDF is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 28 | 223 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.13 |
| HSL | 233.42º | 0.96% | 0.45% | - |
| HSV(B) | 233.42º | 0.98% | 0.87% | - |
| XYZ | 13.78 | 6.18 | 70.28 | - |
| YUV | 43.05 | 229.55 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 223 | 0.98 | 0.87 | 0 | 0.13 | 233.42 | 0.96 | 0.45 |
| Hex | 4 | 1C | DF | 62 | 57 | 0 | D | E9 | 60 | 2D |
| Octal | 4 | 34 | 337 | 142 | 127 | 0 | 15 | 351 | 140 | 55 |
| Binary | 100 | 11100 | 11011111 | 1100010 | 1010111 | 0 | 1101 | 11101001 | 1100000 | 101101 |
Color Harmonies of #041CDF
Complementary color
Monochromatic Colors of #041CDF
Black with #041CDF
Text Example
Text Example
White with #041CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041CDF; }
p { color: rgb(4,28,223); }
H1.HeaderClassName
{
color: #041CDF;
}
.AnyTagClassName
{
color: #041CDF;
}
</style>
background-color css
<style>
a { background-color: #041CDF; }
a { background-color: rgb(4,28,223); }
div.DivClassName
{
background-color: #041CDF;
}
.BgClassName
{
background-color: #041CDF;
}
</style>
border-color css
<style>
span { border-color: #041CDF; }
span { border-color: rgb(4,28,223); }
td.TdClassName
{
border-color: #041CDF;
}
.TagClassName
{
border-color: #041CDF;
}
</style>