Html Css Color HEX #2E9CFD Dodger Blue

📋 copy color: '#2E9CFD'

red 46 ◦ green 156 ◦ blue 253

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

Shades of Dodger Blue #2E9CFD

Tints of Dodger Blue #2E9CFD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.29%

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

R = 10.11%
G = 34.29%
B = 55.6%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2E9CFD (or 0x2E9CFD) is known color: Dodger Blue. HEX triplet: 2E, 9C and FD. RGB value is (46,156,253). Sum of RGB (Red+Green+Blue) = 46+156+253=455 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.11% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E9CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E9CFD is #D16302. Grayscale: #858585. Windows color (decimal): -13722371 or 16620590. OLE color: 16620590.

HSL color Cylindrical-coordinate representation of color #2E9CFD: hue angle of 208.12º 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 #2E9CFD is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 156 253 -
CMYK 0.82 0.38 0 0.01
HSL 208.12º 0.98% 0.59% -
HSV(B) 208.12º 0.82% 0.99% -
XYZ 30.74 31.45 97.38 -
YUV 134.17 195.06 65.11 -
System Red Green Blue C M Y K H S L
Decimal 46 156 253 0.82 0.38 0 0.01 208.12 0.98 0.59
Hex 2E 9C FD 52 26 0 1 D0 62 3B
Octal 56 234 375 122 46 0 1 320 142 73
Binary 101110 10011100 11111101 1010010 100110 0 1 11010000 1100010 111011

Color Harmonies of #2E9CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9CFD

Black with #2E9CFD

Text Example


Text Example

White with #2E9CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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