Html Css Color HEX #2E95F8 Dodger Blue

📋 copy color: '#2E95F8'

red 46 ◦ green 149 ◦ blue 248

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

Shades of Dodger Blue #2E95F8

Tints of Dodger Blue #2E95F8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.63%

 BLUE value IS 248 (97.27% from 255) = 55.98%

R = 10.38%
G = 33.63%
B = 55.98%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2E95F8 (or 0x2E95F8) is known color: Dodger Blue. HEX triplet: 2E, 95 and F8. RGB value is (46,149,248). Sum of RGB (Red+Green+Blue) = 46+149+248=443 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.38% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #2E95F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E95F8 is #D16A07. Grayscale: #808080. Windows color (decimal): -13724168 or 16291118. OLE color: 16291118.

HSL color Cylindrical-coordinate representation of color #2E95F8: hue angle of 209.41º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E95F8 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 46 149 248 -
CMYK 0.81 0.40 0 0.03
HSL 209.41º 0.94% 0.58% -
HSV(B) 209.41º 0.81% 0.97% -
XYZ 28.82 28.85 92.86 -
YUV 129.49 194.88 68.45 -
System Red Green Blue C M Y K H S L
Decimal 46 149 248 0.81 0.40 0 0.03 209.41 0.94 0.58
Hex 2E 95 F8 51 28 0 3 D1 5E 3A
Octal 56 225 370 121 50 0 3 321 136 72
Binary 101110 10010101 11111000 1010001 101000 0 11 11010001 1011110 111010

Color Harmonies of #2E95F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E95F8

Black with #2E95F8

Text Example


Text Example

White with #2E95F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,149,248); }

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

background-color css

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

 a { background-color: rgb(46,149,248); }

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

border-color css

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

 span { border-color: rgb(46,149,248); }

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