Html Css Color HEX #2E8BE0 Dodger Blue

📋 copy color: '#2E8BE0'

red 46 ◦ green 139 ◦ blue 224

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

Shades of Dodger Blue #2E8BE0

Tints of Dodger Blue #2E8BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.77%

R = 11.25%
G = 33.99%
B = 54.77%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2E8BE0 (or 0x2E8BE0) is known color: Dodger Blue. HEX triplet: 2E, 8B and E0. RGB value is (46,139,224). Sum of RGB (Red+Green+Blue) = 46+139+224=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 224 (87.89% from 255 or 54.77% from 409); Max value from RGB is 224 - color contains mainly: blue. Hex color #2E8BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8BE0 is #D1741F. Grayscale: #787878. Windows color (decimal): -13726752 or 14715694. OLE color: 14715694.

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

Color convert

RGB 46 139 224 -
CMYK 0.79 0.38 0 0.12
HSL 208.65º 0.74% 0.53% -
HSV(B) 208.65º 0.79% 0.88% -
XYZ 23.81 24.43 73.98 -
YUV 120.88 186.19 74.59 -
System Red Green Blue C M Y K H S L
Decimal 46 139 224 0.79 0.38 0 0.12 208.65 0.74 0.53
Hex 2E 8B E0 4F 26 0 C D1 4A 35
Octal 56 213 340 117 46 0 14 321 112 65
Binary 101110 10001011 11100000 1001111 100110 0 1100 11010001 1001010 110101

Color Harmonies of #2E8BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8BE0

Black with #2E8BE0

Text Example


Text Example

White with #2E8BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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