Html Css Color HEX #2EAEFF Dodger Blue

📋 copy color: '#2EAEFF'

red 46 ◦ green 174 ◦ blue 255

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

Shades of Dodger Blue #2EAEFF

Tints of Dodger Blue #2EAEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.63%

 BLUE value IS 255 (100% from 255) = 53.68%

R = 9.68%
G = 36.63%
B = 53.68%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2EAEFF (or 0x2EAEFF) is known color: Dodger Blue. HEX triplet: 2E, AE and FF. RGB value is (46,174,255). Sum of RGB (Red+Green+Blue) = 46+174+255=475 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.68% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EAEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EAEFF is #D15100. Grayscale: #909090. Windows color (decimal): -13717761 or 16756270. OLE color: 16756270.

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

Color convert

RGB 46 174 255 -
CMYK 0.82 0.32 0 0
HSL 203.25º 1% 0.59% -
HSV(B) 203.25º 0.82% 1% -
XYZ 34.31 38.07 100.15 -
YUV 144.96 190.09 57.41 -
System Red Green Blue C M Y K H S L
Decimal 46 174 255 0.82 0.32 0 0 203.25 1 0.59
Hex 2E AE FF 52 20 0 0 CB 64 3B
Octal 56 256 377 122 40 0 0 313 144 73
Binary 101110 10101110 11111111 1010010 100000 0 0 11001011 1100100 111011

Color Harmonies of #2EAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAEFF

Black with #2EAEFF

Text Example


Text Example

White with #2EAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,174,255); }

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

background-color css

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

 a { background-color: rgb(46,174,255); }

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

border-color css

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

 span { border-color: rgb(46,174,255); }

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