Html Css Color HEX #041BD2 Medium Blue

📋 copy color: '#041BD2'

red 4 ◦ green 27 ◦ blue 210

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

Shades of Medium Blue #041BD2

Tints of Medium Blue #041BD2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.2%

 BLUE value IS 210 (82.42% from 255) = 87.14%

R = 1.66%
G = 11.2%
B = 87.14%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#041BD2 (or 0x041BD2) is known color: Medium Blue. HEX triplet: 04, 1B and D2. RGB value is (4,27,210). Sum of RGB (Red+Green+Blue) = 4+27+210=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 210 (82.42% from 255 or 87.14% from 241); Max value from RGB is 210 - color contains mainly: blue. Hex color #041BD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041BD2 is #FBE42D. Grayscale: #282828. Windows color (decimal): -16507950 or 13769476. OLE color: 13769476.

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

Color convert

RGB 4 27 210 -
CMYK 0.98 0.87 0 0.18
HSL 233.3º 0.96% 0.42% -
HSV(B) 233.3º 0.98% 0.82% -
XYZ 12.07 5.46 61.39 -
YUV 40.99 223.38 101.62 -
System Red Green Blue C M Y K H S L
Decimal 4 27 210 0.98 0.87 0 0.18 233.3 0.96 0.42
Hex 4 1B D2 62 57 0 12 E9 60 2A
Octal 4 33 322 142 127 0 22 351 140 52
Binary 100 11011 11010010 1100010 1010111 0 10010 11101001 1100000 101010

Color Harmonies of #041BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041BD2

Black with #041BD2

Text Example


Text Example

White with #041BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,27,210); }

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

background-color css

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

 a { background-color: rgb(4,27,210); }

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

border-color css

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

 span { border-color: rgb(4,27,210); }

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