Html Css Color HEX #2E8BEF Dodger Blue

📋 copy color: '#2E8BEF'

red 46 ◦ green 139 ◦ blue 239

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

Shades of Dodger Blue #2E8BEF

Tints of Dodger Blue #2E8BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.37%

R = 10.85%
G = 32.78%
B = 56.37%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2E8BEF (or 0x2E8BEF) is known color: Dodger Blue. HEX triplet: 2E, 8B and EF. RGB value is (46,139,239). Sum of RGB (Red+Green+Blue) = 46+139+239=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E8BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E8BEF is #D17410. Grayscale: #7A7A7A. Windows color (decimal): -13726737 or 15698734. OLE color: 15698734.

HSL color Cylindrical-coordinate representation of color #2E8BEF: hue angle of 211.09º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E8BEF is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 139 239 -
CMYK 0.81 0.42 0 0.06
HSL 211.09º 0.86% 0.56% -
HSV(B) 211.09º 0.81% 0.94% -
XYZ 25.94 25.28 85.17 -
YUV 122.59 193.69 73.37 -
System Red Green Blue C M Y K H S L
Decimal 46 139 239 0.81 0.42 0 0.06 211.09 0.86 0.56
Hex 2E 8B EF 51 2A 0 6 D3 56 38
Octal 56 213 357 121 52 0 6 323 126 70
Binary 101110 10001011 11101111 1010001 101010 0 110 11010011 1010110 111000

Color Harmonies of #2E8BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8BEF

Black with #2E8BEF

Text Example


Text Example

White with #2E8BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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