#1D6DF1

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

Shades of Dodger Blue #1D6DF1

Tints of Dodger Blue #1D6DF1

Color information

#1D6DF1 (or 0x1D6DF1) is unknown color: approx Dodger Blue. HEX triplet: 1D, 6D and F1. RGB value is (29,109,241). Sum of RGB (Red+Green+Blue) = 29+109+241=379 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.65% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 241 (94.53% from 255 or 63.59% from 379); Max value from RGB is 241 - color contains mainly: blue. Hex color #1D6DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6DF1 is #E2920E. Grayscale: #636363. Windows color (decimal): -14848527 or 15822109. OLE color: 15822109.

HSL color Cylindrical-coordinate representation of color #1D6DF1: hue angle of 217.36º 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 #1D6DF1 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB29109241-
CMYK0.880.5500.05
HSL217.36º88.33%52.94%-
HSV(B)217.36º87.97%94.51%-
XYZ21.8517.5585.45-
YUV100.13207.577.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.65%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 241 (94.53% from 255) = 63.59%
R=7.65%
G=28.76%
B=63.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal291092410.880.5500.05217.3688.3352.94
Hex1D6DF1583705d95835
Octal35155361130670533113065
Binary1110111011011111000110110001101110101110110011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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