#2D9BF1

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

Shades of Dodger Blue #2D9BF1

Tints of Dodger Blue #2D9BF1

Color information

#2D9BF1 (or 0x2D9BF1) is unknown color: approx Dodger Blue. HEX triplet: 2D, 9B and F1. RGB value is (45,155,241). Sum of RGB (Red+Green+Blue) = 45+155+241=441 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.20% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #2D9BF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D9BF1 is #D2640E. Grayscale: #838383. Windows color (decimal): -13788175 or 15833901. OLE color: 15833901.

HSL color Cylindrical-coordinate representation of color #2D9BF1: hue angle of 206.33º 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 #2D9BF1 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB45155241-
CMYK0.810.3600.05
HSL206.33º87.5%56.08%-
HSV(B)206.33º81.33%94.51%-
XYZ28.6830.3587.57-
YUV131.91189.5666.01-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.20%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 241 (94.53% from 255) = 54.65%
R=10.20%
G=35.15%
B=54.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal451552410.810.3600.05206.3387.556.08
Hex2D9BF1512405ce5838
Octal55233361121440531613070
Binary101101100110111111000110100011001000101110011101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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