Html Css Color HEX #2EAAFC Dodger Blue

📋 copy color: '#2EAAFC'

red 46 ◦ green 170 ◦ blue 252

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

Shades of Dodger Blue #2EAAFC

Tints of Dodger Blue #2EAAFC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.32%

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

R = 9.83%
G = 36.32%
B = 53.85%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2EAAFC (or 0x2EAAFC) is known color: Dodger Blue. HEX triplet: 2E, AA and FC. RGB value is (46,170,252). Sum of RGB (Red+Green+Blue) = 46+170+252=468 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.83% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #2EAAFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EAAFC is #D15503. Grayscale: #8D8D8D. Windows color (decimal): -13718788 or 16558638. OLE color: 16558638.

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

Color convert

RGB 46 170 252 -
CMYK 0.82 0.33 0 0.01
HSL 203.88º 0.97% 0.58% -
HSV(B) 203.88º 0.82% 0.99% -
XYZ 33.07 36.36 97.37 -
YUV 142.27 189.92 59.33 -
System Red Green Blue C M Y K H S L
Decimal 46 170 252 0.82 0.33 0 0.01 203.88 0.97 0.58
Hex 2E AA FC 52 21 0 1 CC 61 3A
Octal 56 252 374 122 41 0 1 314 141 72
Binary 101110 10101010 11111100 1010010 100001 0 1 11001100 1100001 111010

Color Harmonies of #2EAAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAAFC

Black with #2EAAFC

Text Example


Text Example

White with #2EAAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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