Html Css Color HEX #2E8BE1 Dodger Blue

📋 copy color: '#2E8BE1'

red 46 ◦ green 139 ◦ blue 225

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

Shades of Dodger Blue #2E8BE1

Tints of Dodger Blue #2E8BE1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.9%

 BLUE value IS 225 (88.28% from 255) = 54.88%

R = 11.22%
G = 33.9%
B = 54.88%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2E8BE1 (or 0x2E8BE1) is known color: Dodger Blue. HEX triplet: 2E, 8B and E1. RGB value is (46,139,225). Sum of RGB (Red+Green+Blue) = 46+139+225=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 225 (88.28% from 255 or 54.88% from 410); Max value from RGB is 225 - color contains mainly: blue. Hex color #2E8BE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8BE1 is #D1741E. Grayscale: #787878. Windows color (decimal): -13726751 or 14781230. OLE color: 14781230.

HSL color Cylindrical-coordinate representation of color #2E8BE1: hue angle of 208.83º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E8BE1 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 139 225 -
CMYK 0.80 0.38 0 0.12
HSL 208.83º 0.75% 0.53% -
HSV(B) 208.83º 0.8% 0.88% -
XYZ 23.95 24.48 74.7 -
YUV 121 186.69 74.51 -
System Red Green Blue C M Y K H S L
Decimal 46 139 225 0.80 0.38 0 0.12 208.83 0.75 0.53
Hex 2E 8B E1 50 26 0 C D1 4B 35
Octal 56 213 341 120 46 0 14 321 113 65
Binary 101110 10001011 11100001 1010000 100110 0 1100 11010001 1001011 110101

Color Harmonies of #2E8BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8BE1

Black with #2E8BE1

Text Example


Text Example

White with #2E8BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,139,225); }

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

background-color css

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

 a { background-color: rgb(46,139,225); }

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

border-color css

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

 span { border-color: rgb(46,139,225); }

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