Html Css Color HEX #041CDA Medium Blue

📋 copy color: '#041CDA'

red 4 ◦ green 28 ◦ blue 218

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

Shades of Medium Blue #041CDA

Tints of Medium Blue #041CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.2%

 BLUE value IS 218 (85.55% from 255) = 87.2%

R = 1.6%
G = 11.2%
B = 87.2%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#041CDA (or 0x041CDA) is known color: Medium Blue. HEX triplet: 04, 1C and DA. RGB value is (4,28,218). Sum of RGB (Red+Green+Blue) = 4+28+218=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 218 (85.55% from 255 or 87.2% from 250); Max value from RGB is 218 - color contains mainly: blue. Hex color #041CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041CDA is #FBE325. Grayscale: #292929. Windows color (decimal): -16507686 or 14294020. OLE color: 14294020.

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

Color convert

RGB 4 28 218 -
CMYK 0.98 0.87 0 0.15
HSL 233.27º 0.96% 0.44% -
HSV(B) 233.27º 0.98% 0.85% -
XYZ 13.12 5.92 66.78 -
YUV 42.48 227.05 100.55 -
System Red Green Blue C M Y K H S L
Decimal 4 28 218 0.98 0.87 0 0.15 233.27 0.96 0.44
Hex 4 1C DA 62 57 0 F E9 60 2C
Octal 4 34 332 142 127 0 17 351 140 54
Binary 100 11100 11011010 1100010 1010111 0 1111 11101001 1100000 101100

Color Harmonies of #041CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041CDA

Black with #041CDA

Text Example


Text Example

White with #041CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,28,218); }

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

background-color css

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

 a { background-color: rgb(4,28,218); }

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

border-color css

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

 span { border-color: rgb(4,28,218); }

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