#1684df

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

Shades of Dodger Blue #1684DF

Tints of Dodger Blue #1684DF

Color information

#1684DF (or 0x1684DF) is unknown color: approx Dodger Blue. HEX triplet: 16, 84 and DF. RGB value is (22,132,223). Sum of RGB (Red+Green+Blue) = 22+132+223=377 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.84% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #1684DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1684DF is #E97B20. Grayscale: #6D6D6D. Windows color (decimal): -15301409 or 14648342. OLE color: 14648342.

HSL color Cylindrical-coordinate representation of color #1684DF: hue angle of 207.16º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1684DF is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22132223-
CMYK0.900.4100.13
HSL207.16º82.04%48.04%-
HSV(B)207.16º90.13%87.45%-
XYZ21.92272.9-
YUV109.48192.0665.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.84%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 223 (87.5% from 255) = 59.15%
R=5.84%
G=35.01%
B=59.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221322230.900.4100.13207.1682.0448.04
Hex1684DF5A290Dcf5230
Octal262043371325101531712260
Binary101101000010011011111101101010100101101110011111010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1684df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1684df; }

 p { color: rgb(22,132,223); }

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

<style>
 a { background-color: #1684df; }

 a { background-color: rgb(22,132,223); }

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

<style>
 span { border-color: #1684df; }

 span { border-color: rgb(22,132,223); }

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