#2DA1F8

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

Shades of Dodger Blue #2DA1F8

Tints of Dodger Blue #2DA1F8

Color information

#2DA1F8 (or 0x2DA1F8) is unknown color: approx Dodger Blue. HEX triplet: 2D, A1 and F8. RGB value is (45,161,248). Sum of RGB (Red+Green+Blue) = 45+161+248=454 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.91% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 248 (97.27% from 255 or 54.63% from 454); Max value from RGB is 248 - color contains mainly: blue. Hex color #2DA1F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DA1F8 is #D25E07. Grayscale: #878787. Windows color (decimal): -13786632 or 16294189. OLE color: 16294189.

HSL color Cylindrical-coordinate representation of color #2DA1F8: hue angle of 205.71º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DA1F8 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB45161248-
CMYK0.820.3500.03
HSL205.71º93.55%57.45%-
HSV(B)205.71º81.85%97.25%-
XYZ30.7732.8293.52-
YUV136.23191.0762.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.91%
GREEN value IS 161 (63.28% from 255) = 35.46%
BLUE value IS 248 (97.27% from 255) = 54.63%
R=9.91%
G=35.46%
B=54.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal451612480.820.3500.03205.7193.5557.45
Hex2DA1F8522303ce5e39
Octal55241370122430331613671
Binary10110110100001111110001010010100011011110011101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,161,248); }

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

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

 a { background-color: rgb(45,161,248); }

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

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

 span { border-color: rgb(45,161,248); }

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