Html Css Color HEX #2E86DF Dodger Blue

📋 copy color: '#2E86DF'

red 46 ◦ green 134 ◦ blue 223

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

Shades of Dodger Blue #2E86DF

Tints of Dodger Blue #2E86DF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.25%

 BLUE value IS 223 (87.5% from 255) = 55.33%

R = 11.41%
G = 33.25%
B = 55.33%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E86DF (or 0x2E86DF) is known color: Dodger Blue. HEX triplet: 2E, 86 and DF. RGB value is (46,134,223). Sum of RGB (Red+Green+Blue) = 46+134+223=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E86DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E86DF is #D17920. Grayscale: #757575. Windows color (decimal): -13728033 or 14648878. OLE color: 14648878.

HSL color Cylindrical-coordinate representation of color #2E86DF: hue angle of 210.17º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E86DF is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 134 223 -
CMYK 0.79 0.40 0 0.13
HSL 210.17º 0.73% 0.53% -
HSV(B) 210.17º 0.79% 0.87% -
XYZ 22.97 22.96 73.03 -
YUV 117.83 187.35 76.76 -
System Red Green Blue C M Y K H S L
Decimal 46 134 223 0.79 0.40 0 0.13 210.17 0.73 0.53
Hex 2E 86 DF 4F 28 0 D D2 49 35
Octal 56 206 337 117 50 0 15 322 111 65
Binary 101110 10000110 11011111 1001111 101000 0 1101 11010010 1001001 110101

Color Harmonies of #2E86DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E86DF

Black with #2E86DF

Text Example


Text Example

White with #2E86DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,134,223); }

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

background-color css

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

 a { background-color: rgb(46,134,223); }

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

border-color css

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

 span { border-color: rgb(46,134,223); }

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