Html Css Color HEX #2E7DEE Dodger Blue

📋 copy color: '#2E7DEE'

red 46 ◦ green 125 ◦ blue 238

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

Shades of Dodger Blue #2E7DEE

Tints of Dodger Blue #2E7DEE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.56%

 BLUE value IS 238 (93.36% from 255) = 58.19%

R = 11.25%
G = 30.56%
B = 58.19%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E7DEE (or 0x2E7DEE) is known color: Dodger Blue. HEX triplet: 2E, 7D and EE. RGB value is (46,125,238). Sum of RGB (Red+Green+Blue) = 46+125+238=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E7DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7DEE is #D18211. Grayscale: #717171. Windows color (decimal): -13730322 or 15629614. OLE color: 15629614.

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

Color convert

RGB 46 125 238 -
CMYK 0.81 0.47 0 0.07
HSL 215.31º 0.85% 0.56% -
HSV(B) 215.31º 0.81% 0.93% -
XYZ 23.89 21.42 83.76 -
YUV 114.26 197.83 79.31 -
System Red Green Blue C M Y K H S L
Decimal 46 125 238 0.81 0.47 0 0.07 215.31 0.85 0.56
Hex 2E 7D EE 51 2F 0 7 D7 55 38
Octal 56 175 356 121 57 0 7 327 125 70
Binary 101110 1111101 11101110 1010001 101111 0 111 11010111 1010101 111000

Color Harmonies of #2E7DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7DEE

Black with #2E7DEE

Text Example


Text Example

White with #2E7DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,125,238); }

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

background-color css

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

 a { background-color: rgb(46,125,238); }

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

border-color css

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

 span { border-color: rgb(46,125,238); }

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