Html Css Color HEX #2E80EB Dodger Blue

📋 copy color: '#2E80EB'

red 46 ◦ green 128 ◦ blue 235

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

Shades of Dodger Blue #2E80EB

Tints of Dodger Blue #2E80EB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.3%

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

R = 11.25%
G = 31.3%
B = 57.46%

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

#2E80EB (or 0x2E80EB) is known color: Dodger Blue. HEX triplet: 2E, 80 and EB. RGB value is (46,128,235). Sum of RGB (Red+Green+Blue) = 46+128+235=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E80EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E80EB is #D17F14. Grayscale: #737373. Windows color (decimal): -13729557 or 15433774. OLE color: 15433774.

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

Color convert

RGB 46 128 235 -
CMYK 0.80 0.46 0 0.08
HSL 213.97º 0.83% 0.55% -
HSV(B) 213.97º 0.8% 0.92% -
XYZ 23.84 22.02 81.59 -
YUV 115.68 195.33 78.3 -
System Red Green Blue C M Y K H S L
Decimal 46 128 235 0.80 0.46 0 0.08 213.97 0.83 0.55
Hex 2E 80 EB 50 2E 0 8 D6 53 37
Octal 56 200 353 120 56 0 10 326 123 67
Binary 101110 10000000 11101011 1010000 101110 0 1000 11010110 1010011 110111

Color Harmonies of #2E80EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E80EB

Black with #2E80EB

Text Example


Text Example

White with #2E80EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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