Html Css Color HEX #2E7CFD Dodger Blue

📋 copy color: '#2E7CFD'

red 46 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #2E7CFD

Tints of Dodger Blue #2E7CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 253 (99.22% from 255) = 59.81%

R = 10.87%
G = 29.31%
B = 59.81%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2E7CFD (or 0x2E7CFD) is known color: Dodger Blue. HEX triplet: 2E, 7C and FD. RGB value is (46,124,253). Sum of RGB (Red+Green+Blue) = 46+124+253=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E7CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7CFD is #D18302. Grayscale: #727272. Windows color (decimal): -13730563 or 16612398. OLE color: 16612398.

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

Color convert

RGB 46 124 253 -
CMYK 0.82 0.51 0 0.01
HSL 217.39º 0.98% 0.59% -
HSV(B) 217.39º 0.82% 0.99% -
XYZ 26.06 22.09 95.82 -
YUV 115.38 205.66 78.51 -
System Red Green Blue C M Y K H S L
Decimal 46 124 253 0.82 0.51 0 0.01 217.39 0.98 0.59
Hex 2E 7C FD 52 33 0 1 D9 62 3B
Octal 56 174 375 122 63 0 1 331 142 73
Binary 101110 1111100 11111101 1010010 110011 0 1 11011001 1100010 111011

Color Harmonies of #2E7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7CFD

Black with #2E7CFD

Text Example


Text Example

White with #2E7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,124,253); }

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

background-color css

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

 a { background-color: rgb(46,124,253); }

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

border-color css

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

 span { border-color: rgb(46,124,253); }

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