#2E8CDC

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

Shades of Dodger Blue #2E8CDC

Tints of Dodger Blue #2E8CDC

Color information

#2E8CDC (or 0x2E8CDC) is unknown color: approx Dodger Blue. HEX triplet: 2E, 8C and DC. RGB value is (46,140,220). Sum of RGB (Red+Green+Blue) = 46+140+220=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E8CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8CDC is #D17323. Grayscale: #787878. Windows color (decimal): -13726500 or 14453806. OLE color: 14453806.

HSL color Cylindrical-coordinate representation of color #2E8CDC: hue angle of 207.59º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E8CDC is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB46140220-
CMYK0.790.3600.14
HSL207.59º71.31%52.16%-
HSV(B)207.59º79.09%86.27%-
XYZ23.4224.571.21-
YUV121.01183.8674.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.33%
GREEN value IS 140 (55.08% from 255) = 34.48%
BLUE value IS 220 (86.33% from 255) = 54.19%
R=11.33%
G=34.48%
B=54.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal461402200.790.3600.14207.5971.3152.16
Hex2E8CDC4F240Ed04734
Octal562143341174401632010764
Binary1011101000110011011100100111110010001110110100001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,140,220); }

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

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

 a { background-color: rgb(46,140,220); }

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

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

 span { border-color: rgb(46,140,220); }

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