Html Css Color HEX #2E9EFE Dodger Blue

📋 copy color: '#2E9EFE'

red 46 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #2E9EFE

Tints of Dodger Blue #2E9EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.5%

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 10.04%
G = 34.5%
B = 55.46%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2E9EFE (or 0x2E9EFE) is known color: Dodger Blue. HEX triplet: 2E, 9E and FE. RGB value is (46,158,254). Sum of RGB (Red+Green+Blue) = 46+158+254=458 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.04% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E9EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E9EFE is #D16101. Grayscale: #868686. Windows color (decimal): -13721858 or 16686638. OLE color: 16686638.

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

Color convert

RGB 46 158 254 -
CMYK 0.82 0.38 0 0.00
HSL 207.69º 0.99% 0.59% -
HSV(B) 207.69º 0.82% 1% -
XYZ 31.24 32.19 98.33 -
YUV 135.46 194.89 64.19 -
System Red Green Blue C M Y K H S L
Decimal 46 158 254 0.82 0.38 0 0.00 207.69 0.99 0.59
Hex 2E 9E FE 52 26 0 0 D0 63 3B
Octal 56 236 376 122 46 0 0 320 143 73
Binary 101110 10011110 11111110 1010010 100110 0 0 11010000 1100011 111011

Color Harmonies of #2E9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9EFE

Black with #2E9EFE

Text Example


Text Example

White with #2E9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,158,254); }

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

background-color css

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

 a { background-color: rgb(46,158,254); }

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

border-color css

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

 span { border-color: rgb(46,158,254); }

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