#2D9AEF

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

Shades of Dodger Blue #2D9AEF

Tints of Dodger Blue #2D9AEF

Color information

#2D9AEF (or 0x2D9AEF) is unknown color: approx Dodger Blue. HEX triplet: 2D, 9A and EF. RGB value is (45,154,239). Sum of RGB (Red+Green+Blue) = 45+154+239=438 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.27% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D9AEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D9AEF is #D26510. Grayscale: #828282. Windows color (decimal): -13788433 or 15702573. OLE color: 15702573.

HSL color Cylindrical-coordinate representation of color #2D9AEF: hue angle of 206.29º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D9AEF is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB45154239-
CMYK0.810.3600.06
HSL206.29º85.84%55.69%-
HSV(B)206.29º81.17%93.73%-
XYZ28.2229.985.95-
YUV131.1188.8966.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.27%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 239 (93.75% from 255) = 54.57%
R=10.27%
G=35.16%
B=54.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal451542390.810.3600.06206.2985.8455.69
Hex2D9AEF512406ce5638
Octal55232357121440631612670
Binary101101100110101110111110100011001000110110011101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,154,239); }

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

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

 a { background-color: rgb(45,154,239); }

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

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

 span { border-color: rgb(45,154,239); }

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