Html Css Color HEX #041ECC Medium Blue

📋 copy color: '#041ECC'

red 4 ◦ green 30 ◦ blue 204

#041ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #041ECC

Tints of Medium Blue #041ECC

RGB

 RED value IS 4 (1.95% from 255) = 1.68%

 GREEN value IS 30 (12.11% from 255) = 12.61%

 BLUE value IS 204 (80.08% from 255) = 85.71%

R = 1.68%
G = 12.61%
B = 85.71%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#041ECC (or 0x041ECC) is known color: Medium Blue. HEX triplet: 04, 1E and CC. RGB value is (4,30,204). Sum of RGB (Red+Green+Blue) = 4+30+204=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 204 (80.08% from 255 or 85.71% from 238); Max value from RGB is 204 - color contains mainly: blue. Hex color #041ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041ECC is #FBE133. Grayscale: #292929. Windows color (decimal): -16507188 or 13377028. OLE color: 13377028.

HSL color Cylindrical-coordinate representation of color #041ECC: hue angle of 232.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041ECC is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 30 204 -
CMYK 0.98 0.85 0 0.2
HSL 232.2º 0.96% 0.41% -
HSV(B) 232.2º 0.98% 0.8% -
XYZ 11.41 5.31 57.55 -
YUV 42.06 219.39 100.85 -
System Red Green Blue C M Y K H S L
Decimal 4 30 204 0.98 0.85 0 0.2 232.2 0.96 0.41
Hex 4 1E CC 62 55 0 14 E8 60 29
Octal 4 36 314 142 125 0 24 350 140 51
Binary 100 11110 11001100 1100010 1010101 0 10100 11101000 1100000 101001

Color Harmonies of #041ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041ECC

Black with #041ECC

Text Example


Text Example

White with #041ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041ECC; }

 p { color: rgb(4,30,204); }

 H1.HeaderClassName
 {
   color: #041ECC;
 }
 .AnyTagClassName
 {
   color: #041ECC;
 }
</style>

background-color css

<style>
 a { background-color: #041ECC; }

 a { background-color: rgb(4,30,204); }

 div.DivClassName
 {
   background-color: #041ECC;
 }
 .BgClassName
 {
   background-color: #041ECC;
 }
</style>

border-color css

<style>
 span { border-color: #041ECC; }

 span { border-color: rgb(4,30,204); }

 td.TdClassName
 {
   border-color: #041ECC;
 }
 .TagClassName
 {
   border-color: #041ECC;
 }
</style>