Html Css Color HEX #041EDE Medium Blue

📋 copy color: '#041EDE'

red 4 ◦ green 30 ◦ blue 222

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

Shades of Medium Blue #041EDE

Tints of Medium Blue #041EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 86.72%

R = 1.56%
G = 11.72%
B = 86.72%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#041EDE (or 0x041EDE) is known color: Medium Blue. HEX triplet: 04, 1E and DE. RGB value is (4,30,222). Sum of RGB (Red+Green+Blue) = 4+30+222=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 222 (87.11% from 255 or 86.72% from 256); Max value from RGB is 222 - color contains mainly: blue. Hex color #041EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041EDE is #FBE121. Grayscale: #2B2B2B. Windows color (decimal): -16507170 or 14556676. OLE color: 14556676.

HSL color Cylindrical-coordinate representation of color #041EDE: hue angle of 232.84º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041EDE is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 30 222 -
CMYK 0.98 0.86 0 0.13
HSL 232.84º 0.96% 0.44% -
HSV(B) 232.84º 0.98% 0.87% -
XYZ 13.7 6.23 69.59 -
YUV 44.11 228.39 99.39 -
System Red Green Blue C M Y K H S L
Decimal 4 30 222 0.98 0.86 0 0.13 232.84 0.96 0.44
Hex 4 1E DE 62 56 0 D E9 60 2C
Octal 4 36 336 142 126 0 15 351 140 54
Binary 100 11110 11011110 1100010 1010110 0 1101 11101001 1100000 101100

Color Harmonies of #041EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041EDE

Black with #041EDE

Text Example


Text Example

White with #041EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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