Html Css Color HEX #041CDD Medium Blue

📋 copy color: '#041CDD'

red 4 ◦ green 28 ◦ blue 221

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

Shades of Medium Blue #041CDD

Tints of Medium Blue #041CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 87.35%

R = 1.58%
G = 11.07%
B = 87.35%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#041CDD (or 0x041CDD) is known color: Medium Blue. HEX triplet: 04, 1C and DD. RGB value is (4,28,221). Sum of RGB (Red+Green+Blue) = 4+28+221=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 221 (86.72% from 255 or 87.35% from 253); Max value from RGB is 221 - color contains mainly: blue. Hex color #041CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041CDD is #FBE322. Grayscale: #2A2A2A. Windows color (decimal): -16507683 or 14490628. OLE color: 14490628.

HSL color Cylindrical-coordinate representation of color #041CDD: hue angle of 233.36º 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 #041CDD is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 28 221 -
CMYK 0.98 0.87 0 0.13
HSL 233.36º 0.96% 0.44% -
HSV(B) 233.36º 0.98% 0.87% -
XYZ 13.52 6.08 68.87 -
YUV 42.83 228.55 100.31 -
System Red Green Blue C M Y K H S L
Decimal 4 28 221 0.98 0.87 0 0.13 233.36 0.96 0.44
Hex 4 1C DD 62 57 0 D E9 60 2C
Octal 4 34 335 142 127 0 15 351 140 54
Binary 100 11100 11011101 1100010 1010111 0 1101 11101001 1100000 101100

Color Harmonies of #041CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041CDD

Black with #041CDD

Text Example


Text Example

White with #041CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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