#2C9DEC

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

Shades of Dodger Blue #2C9DEC

Tints of Dodger Blue #2C9DEC

Color information

#2C9DEC (or 0x2C9DEC) is unknown color: approx Dodger Blue. HEX triplet: 2C, 9D and EC. RGB value is (44,157,236). Sum of RGB (Red+Green+Blue) = 44+157+236=437 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.07% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #2C9DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C9DEC is #D36213. Grayscale: #838383. Windows color (decimal): -13853204 or 15506732. OLE color: 15506732.

HSL color Cylindrical-coordinate representation of color #2C9DEC: hue angle of 204.69º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C9DEC is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB44157236-
CMYK0.810.3300.07
HSL204.69º83.48%54.9%-
HSV(B)204.69º81.36%92.55%-
XYZ28.2430.7183.8-
YUV132.22186.5665.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.07%
GREEN value IS 157 (61.72% from 255) = 35.93%
BLUE value IS 236 (92.58% from 255) = 54.00%
R=10.07%
G=35.93%
B=54.00%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal441572360.810.3300.07204.6983.4854.9
Hex2C9DEC512107cd5337
Octal54235354121410731512367
Binary101100100111011110110010100011000010111110011011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,157,236); }

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

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

 a { background-color: rgb(44,157,236); }

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

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

 span { border-color: rgb(44,157,236); }

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