Html Css Color HEX #2E83EC Dodger Blue

📋 copy color: '#2E83EC'

red 46 ◦ green 131 ◦ blue 236

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

Shades of Dodger Blue #2E83EC

Tints of Dodger Blue #2E83EC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.72%

 BLUE value IS 236 (92.58% from 255) = 57.14%

R = 11.14%
G = 31.72%
B = 57.14%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E83EC (or 0x2E83EC) is known color: Dodger Blue. HEX triplet: 2E, 83 and EC. RGB value is (46,131,236). Sum of RGB (Red+Green+Blue) = 46+131+236=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #2E83EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E83EC is #D17C13. Grayscale: #757575. Windows color (decimal): -13728788 or 15500078. OLE color: 15500078.

HSL color Cylindrical-coordinate representation of color #2E83EC: hue angle of 213.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E83EC is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 131 236 -
CMYK 0.81 0.44 0 0.07
HSL 213.16º 0.83% 0.55% -
HSV(B) 213.16º 0.81% 0.93% -
XYZ 24.38 22.87 82.49 -
YUV 117.56 194.84 76.96 -
System Red Green Blue C M Y K H S L
Decimal 46 131 236 0.81 0.44 0 0.07 213.16 0.83 0.55
Hex 2E 83 EC 51 2C 0 7 D5 53 37
Octal 56 203 354 121 54 0 7 325 123 67
Binary 101110 10000011 11101100 1010001 101100 0 111 11010101 1010011 110111

Color Harmonies of #2E83EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E83EC

Black with #2E83EC

Text Example


Text Example

White with #2E83EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,131,236); }

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

background-color css

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

 a { background-color: rgb(46,131,236); }

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

border-color css

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

 span { border-color: rgb(46,131,236); }

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