Html Css Color HEX #2E89EB Dodger Blue

📋 copy color: '#2E89EB'

red 46 ◦ green 137 ◦ blue 235

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

Shades of Dodger Blue #2E89EB

Tints of Dodger Blue #2E89EB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.78%

 BLUE value IS 235 (92.19% from 255) = 56.22%

R = 11%
G = 32.78%
B = 56.22%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E89EB (or 0x2E89EB) is known color: Dodger Blue. HEX triplet: 2E, 89 and EB. RGB value is (46,137,235). Sum of RGB (Red+Green+Blue) = 46+137+235=418 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.00% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E89EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E89EB is #D17614. Grayscale: #787878. Windows color (decimal): -13727253 or 15436078. OLE color: 15436078.

HSL color Cylindrical-coordinate representation of color #2E89EB: hue angle of 211.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E89EB is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 137 235 -
CMYK 0.80 0.42 0 0.08
HSL 211.11º 0.83% 0.55% -
HSV(B) 211.11º 0.8% 0.92% -
XYZ 25.07 24.47 82 -
YUV 120.96 192.35 74.53 -
System Red Green Blue C M Y K H S L
Decimal 46 137 235 0.80 0.42 0 0.08 211.11 0.83 0.55
Hex 2E 89 EB 50 2A 0 8 D3 53 37
Octal 56 211 353 120 52 0 10 323 123 67
Binary 101110 10001001 11101011 1010000 101010 0 1000 11010011 1010011 110111

Color Harmonies of #2E89EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E89EB

Black with #2E89EB

Text Example


Text Example

White with #2E89EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,137,235); }

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

background-color css

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

 a { background-color: rgb(46,137,235); }

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

border-color css

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

 span { border-color: rgb(46,137,235); }

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