Html Css Color HEX #041DC7 Medium Blue

📋 copy color: '#041DC7'

red 4 ◦ green 29 ◦ blue 199

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

Shades of Medium Blue #041DC7

Tints of Medium Blue #041DC7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.5%

 BLUE value IS 199 (78.13% from 255) = 85.78%

R = 1.72%
G = 12.5%
B = 85.78%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#041DC7 (or 0x041DC7) is known color: Medium Blue. HEX triplet: 04, 1D and C7. RGB value is (4,29,199). Sum of RGB (Red+Green+Blue) = 4+29+199=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 199 (78.12% from 255 or 85.78% from 232); Max value from RGB is 199 - color contains mainly: blue. Hex color #041DC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041DC7 is #FBE238. Grayscale: #282828. Windows color (decimal): -16507449 or 13049092. OLE color: 13049092.

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

Color convert

RGB 4 29 199 -
CMYK 0.98 0.85 0 0.22
HSL 232.31º 0.96% 0.4% -
HSV(B) 232.31º 0.98% 0.78% -
XYZ 10.8 5.03 54.43 -
YUV 40.91 217.22 101.68 -
System Red Green Blue C M Y K H S L
Decimal 4 29 199 0.98 0.85 0 0.22 232.31 0.96 0.4
Hex 4 1D C7 62 55 0 16 E8 60 28
Octal 4 35 307 142 125 0 26 350 140 50
Binary 100 11101 11000111 1100010 1010101 0 10110 11101000 1100000 101000

Color Harmonies of #041DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041DC7

Black with #041DC7

Text Example


Text Example

White with #041DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,29,199); }

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

background-color css

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

 a { background-color: rgb(4,29,199); }

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

border-color css

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

 span { border-color: rgb(4,29,199); }

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