Html Css Color HEX #2E09BD Medium Blue

📋 copy color: '#2E09BD'

red 46 ◦ green 9 ◦ blue 189

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

Shades of Medium Blue #2E09BD

Tints of Medium Blue #2E09BD

RGB

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

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

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

R = 18.85%
G = 3.69%
B = 77.46%

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

#2E09BD (or 0x2E09BD) is known color: Medium Blue. HEX triplet: 2E, 09 and BD. RGB value is (46,9,189). Sum of RGB (Red+Green+Blue) = 46+9+189=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 189 (74.22% from 255 or 77.46% from 244); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E09BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E09BD is #D1F642. Grayscale: #272727. Windows color (decimal): -13760067 or 12388654. OLE color: 12388654.

HSL color Cylindrical-coordinate representation of color #2E09BD: hue angle of 252.33º 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 #2E09BD is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 9 189 -
CMYK 0.76 0.95 0 0.26
HSL 252.33º 0.91% 0.39% -
HSV(B) 252.33º 0.95% 0.74% -
XYZ 10.41 4.45 48.45 -
YUV 40.58 211.76 131.86 -
System Red Green Blue C M Y K H S L
Decimal 46 9 189 0.76 0.95 0 0.26 252.33 0.91 0.39
Hex 2E 9 BD 4C 5F 0 1A FC 5B 27
Octal 56 11 275 114 137 0 32 374 133 47
Binary 101110 1001 10111101 1001100 1011111 0 11010 11111100 1011011 100111

Color Harmonies of #2E09BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E09BD

Black with #2E09BD

Text Example


Text Example

White with #2E09BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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