Html Css Color HEX #2E7FEA Dodger Blue

📋 copy color: '#2E7FEA'

red 46 ◦ green 127 ◦ blue 234

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

Shades of Dodger Blue #2E7FEA

Tints of Dodger Blue #2E7FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 31.2%

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

R = 11.3%
G = 31.2%
B = 57.49%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E7FEA (or 0x2E7FEA) is known color: Dodger Blue. HEX triplet: 2E, 7F and EA. RGB value is (46,127,234). Sum of RGB (Red+Green+Blue) = 46+127+234=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E7FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7FEA is #D18015. Grayscale: #727272. Windows color (decimal): -13729814 or 15367982. OLE color: 15367982.

HSL color Cylindrical-coordinate representation of color #2E7FEA: hue angle of 214.15º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E7FEA is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 127 234 -
CMYK 0.80 0.46 0 0.08
HSL 214.15º 0.82% 0.55% -
HSV(B) 214.15º 0.8% 0.92% -
XYZ 23.57 21.7 80.79 -
YUV 114.98 195.16 78.8 -
System Red Green Blue C M Y K H S L
Decimal 46 127 234 0.80 0.46 0 0.08 214.15 0.82 0.55
Hex 2E 7F EA 50 2E 0 8 D6 52 37
Octal 56 177 352 120 56 0 10 326 122 67
Binary 101110 1111111 11101010 1010000 101110 0 1000 11010110 1010010 110111

Color Harmonies of #2E7FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7FEA

Black with #2E7FEA

Text Example


Text Example

White with #2E7FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,127,234); }

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

background-color css

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

 a { background-color: rgb(46,127,234); }

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

border-color css

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

 span { border-color: rgb(46,127,234); }

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