Html Css Color HEX #2E7FED Dodger Blue

📋 copy color: '#2E7FED'

red 46 ◦ green 127 ◦ blue 237

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

Shades of Dodger Blue #2E7FED

Tints of Dodger Blue #2E7FED

RGB

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

 GREEN value IS 127 (50% from 255) = 30.98%

 BLUE value IS 237 (92.97% from 255) = 57.8%

R = 11.22%
G = 30.98%
B = 57.8%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E7FED (or 0x2E7FED) is known color: Dodger Blue. HEX triplet: 2E, 7F and ED. RGB value is (46,127,237). Sum of RGB (Red+Green+Blue) = 46+127+237=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #2E7FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7FED is #D18012. Grayscale: #727272. Windows color (decimal): -13729811 or 15564590. OLE color: 15564590.

HSL color Cylindrical-coordinate representation of color #2E7FED: hue angle of 214.55º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E7FED is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 127 237 -
CMYK 0.81 0.46 0 0.07
HSL 214.56º 0.84% 0.55% -
HSV(B) 214.56º 0.81% 0.93% -
XYZ 24 21.87 83.08 -
YUV 115.32 196.66 78.56 -
System Red Green Blue C M Y K H S L
Decimal 46 127 237 0.81 0.46 0 0.07 214.56 0.84 0.55
Hex 2E 7F ED 51 2E 0 7 D7 54 37
Octal 56 177 355 121 56 0 7 327 124 67
Binary 101110 1111111 11101101 1010001 101110 0 111 11010111 1010100 110111

Color Harmonies of #2E7FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7FED

Black with #2E7FED

Text Example


Text Example

White with #2E7FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,127,237); }

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

background-color css

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

 a { background-color: rgb(46,127,237); }

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

border-color css

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

 span { border-color: rgb(46,127,237); }

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