Html Css Color HEX #2E8DFB Dodger Blue

📋 copy color: '#2E8DFB'

red 46 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #2E8DFB

Tints of Dodger Blue #2E8DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.19%

 BLUE value IS 251 (98.44% from 255) = 57.31%

R = 10.5%
G = 32.19%
B = 57.31%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E8DFB (or 0x2E8DFB) is known color: Dodger Blue. HEX triplet: 2E, 8D and FB. RGB value is (46,141,251). Sum of RGB (Red+Green+Blue) = 46+141+251=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E8DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E8DFB is #D17204. Grayscale: #7C7C7C. Windows color (decimal): -13726213 or 16485678. OLE color: 16485678.

HSL color Cylindrical-coordinate representation of color #2E8DFB: hue angle of 212.2º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E8DFB is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 141 251 -
CMYK 0.82 0.44 0 0.02
HSL 212.2º 0.96% 0.58% -
HSV(B) 212.2º 0.82% 0.98% -
XYZ 28.06 26.6 94.92 -
YUV 125.14 199.03 71.56 -
System Red Green Blue C M Y K H S L
Decimal 46 141 251 0.82 0.44 0 0.02 212.2 0.96 0.58
Hex 2E 8D FB 52 2C 0 2 D4 60 3A
Octal 56 215 373 122 54 0 2 324 140 72
Binary 101110 10001101 11111011 1010010 101100 0 10 11010100 1100000 111010

Color Harmonies of #2E8DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8DFB

Black with #2E8DFB

Text Example


Text Example

White with #2E8DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,141,251); }

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

background-color css

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

 a { background-color: rgb(46,141,251); }

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

border-color css

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

 span { border-color: rgb(46,141,251); }

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