#2E9CFB

Color #2E9CFB Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2E9CFB

Tints of Dodger Blue #2E9CFB

Color information

#2E9CFB (or 0x2E9CFB) is unknown color: approx Dodger Blue. HEX triplet: 2E, 9C and FB. RGB value is (46,156,251). Sum of RGB (Red+Green+Blue) = 46+156+251=453 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.15% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E9CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E9CFB is #D16304. Grayscale: #858585. Windows color (decimal): -13722373 or 16489518. OLE color: 16489518.

HSL color Cylindrical-coordinate representation of color #2E9CFB: hue angle of 207.8º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E9CFB is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB46156251-
CMYK0.820.3800.02
HSL207.8º96.24%58.24%-
HSV(B)207.8º81.67%98.43%-
XYZ30.4331.3295.71-
YUV133.94194.0665.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.15%
GREEN value IS 156 (61.33% from 255) = 34.44%
BLUE value IS 251 (98.44% from 255) = 55.41%
R=10.15%
G=34.44%
B=55.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal461562510.820.3800.02207.896.2458.24
Hex2E9CFB522602d0603a
Octal56234373122460232014072
Binary10111010011100111110111010010100110010110100001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E9CFB;
 }
 .AnyTagClassName
 {
   color: #2E9CFB;
 }
</style>
background-color css

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

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

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

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

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

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