Html Css Color HEX #2EA0FC Dodger Blue

📋 copy color: '#2EA0FC'

red 46 ◦ green 160 ◦ blue 252

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

Shades of Dodger Blue #2EA0FC

Tints of Dodger Blue #2EA0FC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.93%

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

R = 10.04%
G = 34.93%
B = 55.02%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2EA0FC (or 0x2EA0FC) is known color: Dodger Blue. HEX triplet: 2E, A0 and FC. RGB value is (46,160,252). Sum of RGB (Red+Green+Blue) = 46+160+252=458 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.04% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #2EA0FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EA0FC is #D15F03. Grayscale: #878787. Windows color (decimal): -13721348 or 16556078. OLE color: 16556078.

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

Color convert

RGB 46 160 252 -
CMYK 0.82 0.37 0 0.01
HSL 206.8º 0.97% 0.58% -
HSV(B) 206.8º 0.82% 0.99% -
XYZ 31.27 32.75 96.77 -
YUV 136.4 193.23 63.52 -
System Red Green Blue C M Y K H S L
Decimal 46 160 252 0.82 0.37 0 0.01 206.8 0.97 0.58
Hex 2E A0 FC 52 25 0 1 CF 61 3A
Octal 56 240 374 122 45 0 1 317 141 72
Binary 101110 10100000 11111100 1010010 100101 0 1 11001111 1100001 111010

Color Harmonies of #2EA0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA0FC

Black with #2EA0FC

Text Example


Text Example

White with #2EA0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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