Html Css Color HEX #2889EA Dodger Blue

📋 copy color: '#2889EA'

red 40 ◦ green 137 ◦ blue 234

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

Shades of Dodger Blue #2889EA

Tints of Dodger Blue #2889EA

RGB

 RED value IS 40 (16.02% from 255) = 9.73%

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

 BLUE value IS 234 (91.8% from 255) = 56.93%

R = 9.73%
G = 33.33%
B = 56.93%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2889EA (or 0x2889EA) is known color: Dodger Blue. HEX triplet: 28, 89 and EA. RGB value is (40,137,234). Sum of RGB (Red+Green+Blue) = 40+137+234=411 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.73% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #2889EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2889EA is #D77615. Grayscale: #767676. Windows color (decimal): -14120470 or 15370536. OLE color: 15370536.

HSL color Cylindrical-coordinate representation of color #2889EA: hue angle of 210º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2889EA is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 137 234 -
CMYK 0.83 0.41 0 0.08
HSL 210º 0.82% 0.54% -
HSV(B) 210º 0.83% 0.92% -
XYZ 24.67 24.28 81.23 -
YUV 119.06 192.86 71.61 -
System Red Green Blue C M Y K H S L
Decimal 40 137 234 0.83 0.41 0 0.08 210 0.82 0.54
Hex 28 89 EA 53 29 0 8 D2 52 36
Octal 50 211 352 123 51 0 10 322 122 66
Binary 101000 10001001 11101010 1010011 101001 0 1000 11010010 1010010 110110

Color Harmonies of #2889EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2889EA

Black with #2889EA

Text Example


Text Example

White with #2889EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2889EA; }

 p { color: rgb(40,137,234); }

 H1.HeaderClassName
 {
   color: #2889EA;
 }
 .AnyTagClassName
 {
   color: #2889EA;
 }
</style>

background-color css

<style>
 a { background-color: #2889EA; }

 a { background-color: rgb(40,137,234); }

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

border-color css

<style>
 span { border-color: #2889EA; }

 span { border-color: rgb(40,137,234); }

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