#1DA1F1

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

Shades of Dodger Blue #1DA1F1

Tints of Dodger Blue #1DA1F1

Color information

#1DA1F1 (or 0x1DA1F1) is unknown color: approx Dodger Blue. HEX triplet: 1D, A1 and F1. RGB value is (29,161,241). Sum of RGB (Red+Green+Blue) = 29+161+241=431 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.73% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #1DA1F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA1F1 is #E25E0E. Grayscale: #828282. Windows color (decimal): -14835215 or 15835421. OLE color: 15835421.

HSL color Cylindrical-coordinate representation of color #1DA1F1: hue angle of 202.64º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DA1F1 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB29161241-
CMYK0.880.3300.05
HSL202.64º88.33%52.94%-
HSV(B)202.64º87.97%94.51%-
XYZ29.1332.187.88-
YUV130.65190.2755.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.73%
GREEN value IS 161 (63.28% from 255) = 37.35%
BLUE value IS 241 (94.53% from 255) = 55.92%
R=6.73%
G=37.35%
B=55.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal291612410.880.3300.05202.6488.3352.94
Hex1DA1F1582105cb5835
Octal35241361130410531313065
Binary11101101000011111000110110001000010101110010111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DA1F1; }

 p { color: rgb(29,161,241); }

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

<style>
 a { background-color: #1DA1F1; }

 a { background-color: rgb(29,161,241); }

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

<style>
 span { border-color: #1DA1F1; }

 span { border-color: rgb(29,161,241); }

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