Html Css Color HEX #2E8FEB Dodger Blue

📋 copy color: '#2E8FEB'

red 46 ◦ green 143 ◦ blue 235

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

Shades of Dodger Blue #2E8FEB

Tints of Dodger Blue #2E8FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.73%

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

R = 10.85%
G = 33.73%
B = 55.42%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E8FEB (or 0x2E8FEB) is known color: Dodger Blue. HEX triplet: 2E, 8F and EB. RGB value is (46,143,235). Sum of RGB (Red+Green+Blue) = 46+143+235=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E8FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E8FEB is #D17014. Grayscale: #7C7C7C. Windows color (decimal): -13725717 or 15437614. OLE color: 15437614.

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

Color convert

RGB 46 143 235 -
CMYK 0.80 0.39 0 0.08
HSL 209.21º 0.83% 0.55% -
HSV(B) 209.21º 0.8% 0.92% -
XYZ 25.94 26.22 82.29 -
YUV 124.49 190.36 72.02 -
System Red Green Blue C M Y K H S L
Decimal 46 143 235 0.80 0.39 0 0.08 209.21 0.83 0.55
Hex 2E 8F EB 50 27 0 8 D1 53 37
Octal 56 217 353 120 47 0 10 321 123 67
Binary 101110 10001111 11101011 1010000 100111 0 1000 11010001 1010011 110111

Color Harmonies of #2E8FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8FEB

Black with #2E8FEB

Text Example


Text Example

White with #2E8FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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