#2D9EF1

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

Shades of Dodger Blue #2D9EF1

Tints of Dodger Blue #2D9EF1

Color information

#2D9EF1 (or 0x2D9EF1) is unknown color: approx Dodger Blue. HEX triplet: 2D, 9E and F1. RGB value is (45,158,241). Sum of RGB (Red+Green+Blue) = 45+158+241=444 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.14% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #2D9EF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D9EF1 is #D2610E. Grayscale: #858585. Windows color (decimal): -13787407 or 15834669. OLE color: 15834669.

HSL color Cylindrical-coordinate representation of color #2D9EF1: hue angle of 205.41º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D9EF1 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB45158241-
CMYK0.810.3400.05
HSL205.41º87.5%56.08%-
HSV(B)205.41º81.33%94.51%-
XYZ29.1931.3687.73-
YUV133.67188.5664.75-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.14%
GREEN value IS 158 (62.11% from 255) = 35.59%
BLUE value IS 241 (94.53% from 255) = 54.28%
R=10.14%
G=35.59%
B=54.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal451582410.810.3400.05205.4187.556.08
Hex2D9EF1512205cd5838
Octal55236361121420531513070
Binary101101100111101111000110100011000100101110011011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,158,241); }

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

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

 a { background-color: rgb(45,158,241); }

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

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

 span { border-color: rgb(45,158,241); }

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