#2DA0F1

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

Shades of Dodger Blue #2DA0F1

Tints of Dodger Blue #2DA0F1

Color information

#2DA0F1 (or 0x2DA0F1) is unknown color: approx Dodger Blue. HEX triplet: 2D, A0 and F1. RGB value is (45,160,241). Sum of RGB (Red+Green+Blue) = 45+160+241=446 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.09% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #2DA0F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DA0F1 is #D25F0E. Grayscale: #868686. Windows color (decimal): -13786895 or 15835181. OLE color: 15835181.

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

Color convert

RGB45160241-
CMYK0.810.3400.05
HSL204.8º87.5%56.08%-
HSV(B)204.8º81.33%94.51%-
XYZ29.5332.0587.85-
YUV134.85187.963.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.09%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 241 (94.53% from 255) = 54.04%
R=10.09%
G=35.87%
B=54.04%

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
Decimal451602410.810.3400.05204.887.556.08
Hex2DA0F1512205cd5838
Octal55240361121420531513070
Binary101101101000001111000110100011000100101110011011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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