Html Css Color HEX #2E09BC Medium Blue

📋 copy color: '#2E09BC'

red 46 ◦ green 9 ◦ blue 188

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

Shades of Medium Blue #2E09BC

Tints of Medium Blue #2E09BC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.7%

 BLUE value IS 188 (73.83% from 255) = 77.37%

R = 18.93%
G = 3.7%
B = 77.37%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E09BC (or 0x2E09BC) is known color: Medium Blue. HEX triplet: 2E, 09 and BC. RGB value is (46,9,188). Sum of RGB (Red+Green+Blue) = 46+9+188=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E09BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E09BC is #D1F643. Grayscale: #272727. Windows color (decimal): -13760068 or 12323118. OLE color: 12323118.

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

Color convert

RGB 46 9 188 -
CMYK 0.76 0.95 0 0.26
HSL 252.4º 0.91% 0.39% -
HSV(B) 252.4º 0.95% 0.74% -
XYZ 10.3 4.41 47.88 -
YUV 40.47 211.26 131.95 -
System Red Green Blue C M Y K H S L
Decimal 46 9 188 0.76 0.95 0 0.26 252.4 0.91 0.39
Hex 2E 9 BC 4C 5F 0 1A FC 5B 27
Octal 56 11 274 114 137 0 32 374 133 47
Binary 101110 1001 10111100 1001100 1011111 0 11010 11111100 1011011 100111

Color Harmonies of #2E09BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E09BC

Black with #2E09BC

Text Example


Text Example

White with #2E09BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,9,188); }

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

background-color css

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

 a { background-color: rgb(46,9,188); }

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

border-color css

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

 span { border-color: rgb(46,9,188); }

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