Html Css Color HEX #2E93FC Dodger Blue

📋 copy color: '#2E93FC'

red 46 ◦ green 147 ◦ blue 252

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

Shades of Dodger Blue #2E93FC

Tints of Dodger Blue #2E93FC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.03%

 BLUE value IS 252 (98.83% from 255) = 56.63%

R = 10.34%
G = 33.03%
B = 56.63%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2E93FC (or 0x2E93FC) is known color: Dodger Blue. HEX triplet: 2E, 93 and FC. RGB value is (46,147,252). Sum of RGB (Red+Green+Blue) = 46+147+252=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E93FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E93FC is #D16C03. Grayscale: #808080. Windows color (decimal): -13724676 or 16552750. OLE color: 16552750.

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

Color convert

RGB 46 147 252 -
CMYK 0.82 0.42 0 0.01
HSL 210.58º 0.97% 0.58% -
HSV(B) 210.58º 0.82% 0.99% -
XYZ 29.13 28.48 96.06 -
YUV 128.77 197.54 68.96 -
System Red Green Blue C M Y K H S L
Decimal 46 147 252 0.82 0.42 0 0.01 210.58 0.97 0.58
Hex 2E 93 FC 52 2A 0 1 D3 61 3A
Octal 56 223 374 122 52 0 1 323 141 72
Binary 101110 10010011 11111100 1010010 101010 0 1 11010011 1100001 111010

Color Harmonies of #2E93FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E93FC

Black with #2E93FC

Text Example


Text Example

White with #2E93FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,147,252); }

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

background-color css

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

 a { background-color: rgb(46,147,252); }

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

border-color css

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

 span { border-color: rgb(46,147,252); }

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