Html Css Color HEX #2E88DC Dodger Blue

📋 copy color: '#2E88DC'

red 46 ◦ green 136 ◦ blue 220

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

Shades of Dodger Blue #2E88DC

Tints of Dodger Blue #2E88DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.83%

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 11.44%
G = 33.83%
B = 54.73%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E88DC (or 0x2E88DC) is known color: Dodger Blue. HEX triplet: 2E, 88 and DC. RGB value is (46,136,220). Sum of RGB (Red+Green+Blue) = 46+136+220=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E88DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E88DC is #D17723. Grayscale: #767676. Windows color (decimal): -13727524 or 14452782. OLE color: 14452782.

HSL color Cylindrical-coordinate representation of color #2E88DC: hue angle of 208.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E88DC is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 136 220 -
CMYK 0.79 0.38 0 0.14
HSL 208.97º 0.71% 0.52% -
HSV(B) 208.97º 0.79% 0.86% -
XYZ 22.85 23.36 71.01 -
YUV 118.67 185.18 76.17 -
System Red Green Blue C M Y K H S L
Decimal 46 136 220 0.79 0.38 0 0.14 208.97 0.71 0.52
Hex 2E 88 DC 4F 26 0 E D1 47 34
Octal 56 210 334 117 46 0 16 321 107 64
Binary 101110 10001000 11011100 1001111 100110 0 1110 11010001 1000111 110100

Color Harmonies of #2E88DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E88DC

Black with #2E88DC

Text Example


Text Example

White with #2E88DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,136,220); }

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

background-color css

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

 a { background-color: rgb(46,136,220); }

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

border-color css

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

 span { border-color: rgb(46,136,220); }

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