Html Css Color HEX #2E04BD Medium Blue

📋 copy color: '#2E04BD'

red 46 ◦ green 4 ◦ blue 189

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

Shades of Medium Blue #2E04BD

Tints of Medium Blue #2E04BD

RGB

 RED value IS 46 (18.36% from 255) = 19.25%

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 189 (74.22% from 255) = 79.08%

R = 19.25%
G = 1.67%
B = 79.08%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E04BD (or 0x2E04BD) is known color: Medium Blue. HEX triplet: 2E, 04 and BD. RGB value is (46,4,189). Sum of RGB (Red+Green+Blue) = 46+4+189=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 189 (74.22% from 255 or 79.08% from 239); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E04BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E04BD is #D1FB42. Grayscale: #242424. Windows color (decimal): -13761347 or 12387374. OLE color: 12387374.

HSL color Cylindrical-coordinate representation of color #2E04BD: hue angle of 253.62º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E04BD is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 4 189 -
CMYK 0.76 0.98 0 0.26
HSL 253.62º 0.96% 0.38% -
HSV(B) 253.62º 0.98% 0.74% -
XYZ 10.36 4.34 48.44 -
YUV 37.65 213.41 133.96 -
System Red Green Blue C M Y K H S L
Decimal 46 4 189 0.76 0.98 0 0.26 253.62 0.96 0.38
Hex 2E 4 BD 4C 62 0 1A FE 60 26
Octal 56 4 275 114 142 0 32 376 140 46
Binary 101110 100 10111101 1001100 1100010 0 11010 11111110 1100000 100110

Color Harmonies of #2E04BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E04BD

Black with #2E04BD

Text Example


Text Example

White with #2E04BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E04BD; }

 p { color: rgb(46,4,189); }

 H1.HeaderClassName
 {
   color: #2E04BD;
 }
 .AnyTagClassName
 {
   color: #2E04BD;
 }
</style>

background-color css

<style>
 a { background-color: #2E04BD; }

 a { background-color: rgb(46,4,189); }

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

border-color css

<style>
 span { border-color: #2E04BD; }

 span { border-color: rgb(46,4,189); }

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