Html Css Color HEX #2E8BFF Dodger Blue

📋 copy color: '#2E8BFF'

red 46 ◦ green 139 ◦ blue 255

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

Shades of Dodger Blue #2E8BFF

Tints of Dodger Blue #2E8BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.59%

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

R = 10.45%
G = 31.59%
B = 57.95%

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

#2E8BFF (or 0x2E8BFF) is known color: Dodger Blue. HEX triplet: 2E, 8B and FF. RGB value is (46,139,255). Sum of RGB (Red+Green+Blue) = 46+139+255=440 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.45% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E8BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E8BFF is #D17400. Grayscale: #7B7B7B. Windows color (decimal): -13726721 or 16747310. OLE color: 16747310.

HSL color Cylindrical-coordinate representation of color #2E8BFF: hue angle of 213.3º 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 #2E8BFF is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 46 139 255 -
CMYK 0.82 0.45 0 0
HSL 213.3º 1% 0.59% -
HSV(B) 213.3º 0.82% 1% -
XYZ 28.41 26.27 98.18 -
YUV 124.42 201.69 72.07 -
System Red Green Blue C M Y K H S L
Decimal 46 139 255 0.82 0.45 0 0 213.3 1 0.59
Hex 2E 8B FF 52 2D 0 0 D5 64 3B
Octal 56 213 377 122 55 0 0 325 144 73
Binary 101110 10001011 11111111 1010010 101101 0 0 11010101 1100100 111011

Color Harmonies of #2E8BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8BFF

Black with #2E8BFF

Text Example


Text Example

White with #2E8BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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