Html Css Color HEX #2E7EEF Dodger Blue

📋 copy color: '#2E7EEF'

red 46 ◦ green 126 ◦ blue 239

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

Shades of Dodger Blue #2E7EEF

Tints of Dodger Blue #2E7EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.66%

 BLUE value IS 239 (93.75% from 255) = 58.15%

R = 11.19%
G = 30.66%
B = 58.15%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2E7EEF (or 0x2E7EEF) is known color: Dodger Blue. HEX triplet: 2E, 7E and EF. RGB value is (46,126,239). Sum of RGB (Red+Green+Blue) = 46+126+239=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E7EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7EEF is #D18110. Grayscale: #727272. Windows color (decimal): -13730065 or 15695406. OLE color: 15695406.

HSL color Cylindrical-coordinate representation of color #2E7EEF: hue angle of 215.13º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E7EEF is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 126 239 -
CMYK 0.81 0.47 0 0.06
HSL 215.13º 0.86% 0.56% -
HSV(B) 215.13º 0.81% 0.94% -
XYZ 24.17 21.73 84.58 -
YUV 114.96 198 78.81 -
System Red Green Blue C M Y K H S L
Decimal 46 126 239 0.81 0.47 0 0.06 215.13 0.86 0.56
Hex 2E 7E EF 51 2F 0 6 D7 56 38
Octal 56 176 357 121 57 0 6 327 126 70
Binary 101110 1111110 11101111 1010001 101111 0 110 11010111 1010110 111000

Color Harmonies of #2E7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7EEF

Black with #2E7EEF

Text Example


Text Example

White with #2E7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,126,239); }

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

background-color css

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

 a { background-color: rgb(46,126,239); }

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

border-color css

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

 span { border-color: rgb(46,126,239); }

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