Html Css Color HEX #2E0ACD Medium Blue

📋 copy color: '#2E0ACD'

red 46 ◦ green 10 ◦ blue 205

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

Shades of Medium Blue #2E0ACD

Tints of Medium Blue #2E0ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.83%

 BLUE value IS 205 (80.47% from 255) = 78.54%

R = 17.62%
G = 3.83%
B = 78.54%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E0ACD (or 0x2E0ACD) is known color: Medium Blue. HEX triplet: 2E, 0A and CD. RGB value is (46,10,205). Sum of RGB (Red+Green+Blue) = 46+10+205=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 205 (80.47% from 255 or 78.54% from 261); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E0ACD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0ACD is #D1F532. Grayscale: #2A2A2A. Windows color (decimal): -13759795 or 13437486. OLE color: 13437486.

HSL color Cylindrical-coordinate representation of color #2E0ACD: hue angle of 251.08º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E0ACD is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 10 205 -
CMYK 0.78 0.95 0 0.20
HSL 251.08º 0.91% 0.42% -
HSV(B) 251.08º 0.95% 0.8% -
XYZ 12.25 5.21 58.12 -
YUV 42.99 219.43 130.14 -
System Red Green Blue C M Y K H S L
Decimal 46 10 205 0.78 0.95 0 0.20 251.08 0.91 0.42
Hex 2E A CD 4E 5F 0 14 FB 5B 2A
Octal 56 12 315 116 137 0 24 373 133 52
Binary 101110 1010 11001101 1001110 1011111 0 10100 11111011 1011011 101010

Color Harmonies of #2E0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0ACD

Black with #2E0ACD

Text Example


Text Example

White with #2E0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,10,205); }

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

background-color css

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

 a { background-color: rgb(46,10,205); }

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

border-color css

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

 span { border-color: rgb(46,10,205); }

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