Html Css Color HEX #2E8EEB Dodger Blue

📋 copy color: '#2E8EEB'

red 46 ◦ green 142 ◦ blue 235

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

Shades of Dodger Blue #2E8EEB

Tints of Dodger Blue #2E8EEB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.57%

 BLUE value IS 235 (92.19% from 255) = 55.56%

R = 10.87%
G = 33.57%
B = 55.56%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E8EEB (or 0x2E8EEB) is known color: Dodger Blue. HEX triplet: 2E, 8E and EB. RGB value is (46,142,235). Sum of RGB (Red+Green+Blue) = 46+142+235=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E8EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E8EEB is #D17114. Grayscale: #7B7B7B. Windows color (decimal): -13725973 or 15437358. OLE color: 15437358.

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

Color convert

RGB 46 142 235 -
CMYK 0.80 0.40 0 0.08
HSL 209.52º 0.83% 0.55% -
HSV(B) 209.52º 0.8% 0.92% -
XYZ 25.8 25.93 82.24 -
YUV 123.9 190.7 72.44 -
System Red Green Blue C M Y K H S L
Decimal 46 142 235 0.80 0.40 0 0.08 209.52 0.83 0.55
Hex 2E 8E EB 50 28 0 8 D2 53 37
Octal 56 216 353 120 50 0 10 322 123 67
Binary 101110 10001110 11101011 1010000 101000 0 1000 11010010 1010011 110111

Color Harmonies of #2E8EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8EEB

Black with #2E8EEB

Text Example


Text Example

White with #2E8EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,142,235); }

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

background-color css

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

 a { background-color: rgb(46,142,235); }

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

border-color css

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

 span { border-color: rgb(46,142,235); }

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