Html Css Color HEX #2E94EA Dodger Blue

📋 copy color: '#2E94EA'

red 46 ◦ green 148 ◦ blue 234

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

Shades of Dodger Blue #2E94EA

Tints of Dodger Blue #2E94EA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.58%

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

R = 10.75%
G = 34.58%
B = 54.67%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E94EA (or 0x2E94EA) is known color: Dodger Blue. HEX triplet: 2E, 94 and EA. RGB value is (46,148,234). Sum of RGB (Red+Green+Blue) = 46+148+234=428 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.75% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E94EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E94EA is #D16B15. Grayscale: #7E7E7E. Windows color (decimal): -13724438 or 15373358. OLE color: 15373358.

HSL color Cylindrical-coordinate representation of color #2E94EA: hue angle of 207.45º 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 #2E94EA is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 148 234 -
CMYK 0.80 0.37 0 0.08
HSL 207.45º 0.82% 0.55% -
HSV(B) 207.45º 0.8% 0.92% -
XYZ 26.57 27.7 81.79 -
YUV 127.31 188.21 70.01 -
System Red Green Blue C M Y K H S L
Decimal 46 148 234 0.80 0.37 0 0.08 207.45 0.82 0.55
Hex 2E 94 EA 50 25 0 8 CF 52 37
Octal 56 224 352 120 45 0 10 317 122 67
Binary 101110 10010100 11101010 1010000 100101 0 1000 11001111 1010010 110111

Color Harmonies of #2E94EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E94EA

Black with #2E94EA

Text Example


Text Example

White with #2E94EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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