Html Css Color HEX #2E8DFF Dodger Blue

📋 copy color: '#2E8DFF'

red 46 ◦ green 141 ◦ blue 255

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

Shades of Dodger Blue #2E8DFF

Tints of Dodger Blue #2E8DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.69%

R = 10.41%
G = 31.9%
B = 57.69%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2E8DFF (or 0x2E8DFF) is known color: Dodger Blue. HEX triplet: 2E, 8D and FF. RGB value is (46,141,255). Sum of RGB (Red+Green+Blue) = 46+141+255=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E8DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E8DFF is #D17200. Grayscale: #7D7D7D. Windows color (decimal): -13726209 or 16747822. OLE color: 16747822.

HSL color Cylindrical-coordinate representation of color #2E8DFF: hue angle of 212.73º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E8DFF is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 46 141 255 -
CMYK 0.82 0.45 0 0
HSL 212.73º 1% 0.59% -
HSV(B) 212.73º 0.82% 1% -
XYZ 28.7 26.85 98.28 -
YUV 125.59 201.03 71.23 -
System Red Green Blue C M Y K H S L
Decimal 46 141 255 0.82 0.45 0 0 212.73 1 0.59
Hex 2E 8D FF 52 2D 0 0 D5 64 3B
Octal 56 215 377 122 55 0 0 325 144 73
Binary 101110 10001101 11111111 1010010 101101 0 0 11010101 1100100 111011

Color Harmonies of #2E8DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8DFF

Black with #2E8DFF

Text Example


Text Example

White with #2E8DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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